29s-api

Simple API server in less than 29 seconds

Usage no npm install needed!

<script type="module">
  import 9sApi from 'https://cdn.skypack.dev/29s-api';
</script>

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

  1. Install
    npm install -S 29s-api
    # or
    yarn add 29s-api
    
  2. Add script to package.json
    {
       // ...
       "scripts": {
         "start": "29s-api"
       },
       // ...
    }
    

Parameters

See 29-api --help