0.0.3 • Published 8 years ago

@mcrowe/post-api v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago