GitXplorerGitXplorer
s

Google-Voice-Notifier

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b5481532392253414f3ff3e035d3a75274b629ea

TODO.

sstuartjmoore committed 11 years ago
Unverified
1badaf753e20e7405f390c5f5823c837d3973b8a

Put 'content-available' back.

sstuartjmoore committed 11 years ago
Unverified
3a5dd0a6d683569b7c0c57ad3df181c8b4a775ea

Notification tweaks.

sstuartjmoore committed 11 years ago
Unverified
9048e9e6e93ab1453eb837cf6bc76ac58aa0671e

Don’t notify of recoverable errors.

sstuartjmoore committed 11 years ago
Unverified
e0c5a1098e64338964fba984458b848a67d71e2c

Retry on empty data.

sstuartjmoore committed 11 years ago
Unverified
cf5ace903e98acb38b69a464e52249ec69e1b4c3

Retry on 500 response code.

sstuartjmoore committed 11 years ago

README

The README file for this repository.

Google Voice Notifier

A node server to constantly check and parse your Google Voice inbox and send you useful notifications to your Android and iOS devices (via Amazon SNS).

It's in super alpha, so you'll have to set up your own server and hardcode in your encrypted username/password/tokens. OpenShift and Amazon SNS should work free of charge.

To start, run "node main.js" and call:

http://localhost:8080/update?key=[your username/password encryption key]

That will launch an infinite loop checking your inbox every second.

The inbox parsing works well, but error handling and mainstream support are very far off. Feel free to fork and use for your own service.