An open API service indexing awesome lists of open source software.

https://github.com/afaur/es6-koa-api

Use ES6 Features (Supported in Babel) using Koa (and Mocha tests) to produce an API in node.
https://github.com/afaur/es6-koa-api

Last synced: over 1 year ago
JSON representation

Use ES6 Features (Supported in Babel) using Koa (and Mocha tests) to produce an API in node.

Awesome Lists containing this project

README

          

## Requirements:

### Node
- Updated to version 0.12.4

### Babel
- [Github-Babel](https://github.com/babel/babel)
`npm install babel -g`

### Nodemon
- [Github-Nodemon](https://github.com/remy/nodemon)
`npm install nodemon -g`

## Running The API

`npm install`
`npm start`

## Testing the API

`npm test`