https://github.com/roppa/koa-api
Example Koa API
https://github.com/roppa/koa-api
Last synced: about 1 year ago
JSON representation
Example Koa API
- Host: GitHub
- URL: https://github.com/roppa/koa-api
- Owner: roppa
- Created: 2018-02-14T17:59:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T15:16:26.000Z (over 8 years ago)
- Last Synced: 2025-02-14T18:36:29.375Z (over 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koa API
I'm currently looking into Koa and using it as an API. Here is a quick example I worked on that uses some middleware and tests are with Jest and Supertest.