Skip to content

Latest commit

 

History

History
 
 

interface

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

To run this example:

First install all the dependencies

  npm install .

Next start the example:

  node app.js

Now visit http://localhost:3000/ in your browser

Next steps - Things to try doing with the example:

  1. Try adding your own notification service

  2. Implement a generic testing function for the notification services

Hints

Run app.js with node-dev instead of node, it will automatically restart the server when you make changes to the code

sudo npm install -g node-dev

node-dev app.js