Things to Pushover Page is a simple static web page that lets you contruct a Things To-Do and send it to an iOS device. I wrote this because I use Windows Devices at work and wanted an easy way to send To-Dos to Things that was more powerful and capable than Mail to Things.
- Get a Pushover Account
- Install the Pushbullet App on your iOS device
- Sign into Pushover on your iOS device
- Go to the Pushbullet Account Page
- Make note of your access token
on iOS
- Launch Things
- Go to Settings (bottom of screen)
- Go to General
- Select Things URLs
- Make note of your authentication token
- Navigate to the Things to Pushover Page
- Enter the Things Authentication token into the auth-token field on the page and click Save
- Enter the Pushbullet Access token into the pushover-auth-token field on the page and click Save
- Enter a title and any other data you like and click Send to Pushover
You should get a notification
tapping the notification will display this
This page was built using the Things URL-Scheme documentation page. I forked the HTML and CSS and stripped anything unecessary to create a simple page to generate the correct URL scheme for things. Feel free to customize or simplify this page further.
That URL is then sent to Pusbhullet which in turn will push the URL to your iOS device.
The auth-token and pushover access tokens are stored in your browser local storage for re-use.
You can bookmark the Things to Pushover Page on any web browser and send to-dos to your iOS devices.
The Things to Pushover Page is hosted on GitHub in this repository. You can view the source here.