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.
- Host: GitHub
- URL: https://github.com/afaur/es6-koa-api
- Owner: afaur
- Created: 2015-01-19T01:52:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T14:19:53.000Z (about 11 years ago)
- Last Synced: 2025-02-12T13:56:51.278Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`