- Copy
.env.example
to.env
and set theNOTIFICATIONS_KEY
to something random npm install
andnpm install -g webpack
- Front-end javascript is built with webpack.
cd lib/client
andwebpack --watch
to build and watch. npm start
to start the express web server- Go to localhost:3000
Example post request to publish push notification. Pass the NOTIFICATIONS_KEY
that is setup in .env
and a payload message: curl -d "apikey=yo&text=My Message" http://localhost:3000/api/v1/notification/publish
(add a -v
flag for a verbose response message)
- RevolutionUC fall 2016 colors: #DB0010 and #8E000A
- Add support for custom notification icon
- Add newbie hacker guides (ex: pennapps hacker guide)