Skip to content

PushbulletのWebAPIを叩いてテキストなどを送信するプログラム

License

Notifications You must be signed in to change notification settings

kadoshita/pushbullet-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushbullet-proxy

PushbulletのWebAPIを叩いてテキストなどを送信するプログラム

使い方

テキストを送る

$ curl -X POST -H 'Content-Type:application/json' http://localhost:3000/ -d '{"body":"test text","title":"test"}'

URLを送る

$ curl -X POST -H 'Content-Type:application/json' http://localhost:3000/ -d '{"url":"http://example.com"}'

ファイルを送る

$ curl -X POST -F file=@example.png http://localhost:3000/file

About

PushbulletのWebAPIを叩いてテキストなどを送信するプログラム

Topics

Resources

License

Stars

Watchers

Forks

Packages