All Projects → progrium → Notify Io

progrium / Notify Io

Open notification platform for the web

Programming Languages

python
139335 projects - #7 most used programming language

Notify.io

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.

Getting Started

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

Running tests

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].