|
| 1 | +# Push Notify API - NotifyDroid |
| 2 | + |
| 3 | +<p> |
| 4 | +<img src="doc/icon.png" width="200px"> |
| 5 | +</p> |
| 6 | + |
| 7 | +◆ Simple push notification receiver with easy REST API to send messages ~Perfect for IoT / Raspberry Pi / Arduino and so on ~ |
| 8 | + |
| 9 | +<p> |
| 10 | +<a href="https://play.google.com/store/apps/details?id=net.xdroid.pn"> |
| 11 | +<img src="doc/google-play-badge.png" width="200px"> |
| 12 | +</a> |
| 13 | + |
| 14 | +<a href="https://github.com/xdroidnet/notifydroid/releases/latest/download/notifydroid.apk"> |
| 15 | +<img src="doc/download.png" width="200px"> |
| 16 | +</a> |
| 17 | + |
| 18 | +</p> |
| 19 | + |
| 20 | +<p> |
| 21 | +<img src="doc/1.png" width="200px"> |
| 22 | +<img src="doc/2.png" width="200px"> |
| 23 | +<img src="doc/3.png" width="200px"> |
| 24 | +<img src="doc/4.png" width="200px"> |
| 25 | +</p> |
| 26 | + |
| 27 | +## Push Notify API - NotifyDroid |
| 28 | + |
| 29 | +``` |
| 30 | +◆ Simple push notification receiver with easy REST API to send messages ~Perfect for IoT / Raspberry Pi / Arduino and so on ~ |
| 31 | +
|
| 32 | +1. Make a GET / POST request via HTTP using the API Key displayed in the app |
| 33 | +
|
| 34 | +2. The following parameters can be set |
| 35 | +
|
| 36 | +k=API Key (required) |
| 37 | +t=title |
| 38 | +c=content |
| 39 | +u=URL to open when clicked |
| 40 | +
|
| 41 | +3. API Key can be recreated |
| 42 | +
|
| 43 | +4. You can check from the test submission form |
| 44 | +
|
| 45 | +5. Sample request |
| 46 | +
|
| 47 | +http://xdroid.net/api/message |
| 48 | +?k=API Key (required) |
| 49 | +&t=title |
| 50 | +&c=content |
| 51 | +&u=URL to open on click |
| 52 | +
|
| 53 | +6. There is a limit to the number of messages that can be sent per day |
| 54 | +
|
| 55 | +7. Please do not send any personally identifiable information |
| 56 | +``` |
| 57 | + |
| 58 | +## プッシュ通知 API - NotifyDroid |
| 59 | + |
| 60 | +``` |
| 61 | +◆メッセージを送信するための簡単なREST APIを備えたシンプルなプッシュ通知レシーバーアプリです |
| 62 | +◆IoTにも最適です Raspberry Pi / Arduino など |
| 63 | +
|
| 64 | +1. アプリに表示されるAPI Keyをつかって HTTPで GET/POST リクエストします |
| 65 | +
|
| 66 | +2. 下記パラメータが設定できます |
| 67 | +
|
| 68 | +k=API Key (必須) |
| 69 | +t=タイトル |
| 70 | +c=内容 |
| 71 | +u=クリック時に開くURL |
| 72 | +
|
| 73 | +3. API Keyを作り直すことができます |
| 74 | +
|
| 75 | +4. テスト送信用フォームから確認できます |
| 76 | +
|
| 77 | +5. サンプルリクエスト |
| 78 | +
|
| 79 | +http://xdroid.net/api/message |
| 80 | +?k=API Key (必須) |
| 81 | +&t=タイトル |
| 82 | +&c=内容 |
| 83 | +&u=クリック時に開くURL |
| 84 | +
|
| 85 | +6.1日に送信できるメッセージ数には制限があります |
| 86 | +
|
| 87 | +7. 個人を特定するような情報は送信しないでください |
| 88 | +``` |
0 commit comments