1.1.9 • Published 7 years ago

oceanus v1.1.9

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

oceanus oceanus@1.0.0

Installation

$ npm install oceanus

Example

const koa     = require('koa');
const body    = require('koa-body');
const oceanus = require('oceanus');

const app = koa();

app.use(body());
app.use(oceanus({
  appKey: 'com.movie.www'
}).koa());

app.use(function*(){
  this.body = 'hello';
});

app.listen(3000);

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT


1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago