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

https://github.com/netgusto/demo-api

Demo REST API, based on express
https://github.com/netgusto/demo-api

Last synced: 10 months ago
JSON representation

Demo REST API, based on express

Awesome Lists containing this project

README

          

# Install

```
$ git clone path/to/repository
$ npm install
$ npm install -g babel // or sudo npm install -g babel
$ babel-node --harmony app.js
```

# Use

```bash
$ curl -H "Content-Type: application/json" -X POST -d '{"todo":"Acheter du lait"}' http://localhost:4000/api/todos
```

# License

MIT

# Author

@netgusto