Notify.io is the open notification platform for the web.
These notes are for people that are interested in contributing or learning about about Notify.io works. If you just want to use it to get notifications, sign up at Notify.io.
You need the Python App Engine SDK installed. To start the server
dev_appserver.py -p 8081 www
If your shell can't find the dev_appserver.py
command, you need to create a symlink to this command.
Alternatively, if you don't want to use the shell you can use the App Engine Launcher.
Note: When running in development mode, these outlets will not work:
- Desktop Notifier
- Email (unless you set it up)
- any outlet that requires keys
You'll need these packages:
Run the test suite with:
nosetests --with-gae
or edit your .noserc accordingly. Make sure you're in the www directory.