pushmealert 0.1.0
Library for using pushmealert.com API
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
pushmealert-d
Library for using pushmealert.com API
import pushmealert;
import std.stdio;
void main() {
string user = "userID";
string key = "userKey";
auto p = new PushMeAlert(user, key);
string title = "Hello";
string message = "World";
string image = "https://tour.dlang.org/static/img/tour/dman.png";
char[] response = p.sendPush(title, message, image);
writeln(response);
}
- Registered by Tokamuro
- 0.1.0 released 2 years ago
- KikyTokamuro/pushmealert-d
- MIT
- Copyright © 2019, Kiky Tokamuro
- Authors:
- Dependencies:
- none
- Versions:
-
0.1.0 2019-Dec-28 ~master 2019-Dec-28 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
2 downloads total
-
- Score:
- 0.0
- Short URL:
- pushmealert.dub.pm