0.0.3 • Published 6 years ago

@mcrowe/post-api v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Post API

Impossibly easy node api framework

Usage

npm install @mcrowe/post-api --save

import api from 'post-api'

const controller = {
  hello() {
    return 'ok'
  }
}

api(3000, controller)

Development

Install npm modules:

npm install

Run tests:

npm test

Release

Release a new version:

bin/release.sh

This will publish a new version to npm, as well as push a new tag up to github.

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago