Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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