29s-api
v0.0.2
Published
Simple API server in less than 29 seconds
Downloads
6
Readme
29s-api
Build a simple API server in less than 29 seconds. If you have 30 seconds, you might want to try something smarter like typicode/json-server.
Usage
- Install
npm install -S 29s-api # or yarn add 29s-api
- Add script to package.json
{ // ... "scripts": { "start": "29s-api" }, // ... }
Parameters
See 29-api --help