Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsify/splush-web
code behind https://splush.nikerino.com
https://github.com/rsify/splush-web
express leveldb pug riotjs web
Last synced: 20 days ago
JSON representation
code behind https://splush.nikerino.com
- Host: GitHub
- URL: https://github.com/rsify/splush-web
- Owner: rsify
- License: other
- Created: 2017-05-02T10:49:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T13:53:53.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T09:41:59.239Z (3 months ago)
- Topics: express, leveldb, pug, riotjs, web
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# splush-web
[![Screenshot](/media/screenshot.png)](https://splush.nikerino.com)
code behind https://splush.nikerino.com
see the splush client repo [here](https://github.com/nikersify/splush)
# api
endpoint: `https://splush.nikerino.com`
### `POST /:key/:msg?` or `GET /:key/:msg?`
create a new push notification with the given `key`, optionally with a `msg`.
# running
```bash
$ git clone https://github.com/nikersify/splush-web.git
$ cd splush-web
$ npm install
$ cp config.example.json config.json
$ $EDITOR config.json
$ npm start # for production: NODE_ENV=PRODUCTION npm start
```# license
MIT