Skip to content

progrium/notify-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open notification platform for the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages