29s-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

29s-api

npm version

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

/29s-api/

    Package Sidebar

    Install

    npm i 29s-api

    Weekly Downloads

    7

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.93 kB

    Total Files

    7

    Last publish

    Collaborators

    • kissge