Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonerd/edie
https://github.com/neonerd/edie
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonerd/edie
- Owner: neonerd
- Created: 2015-05-15T00:03:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T20:26:12.000Z (over 7 years ago)
- Last Synced: 2024-12-08T02:07:27.929Z (21 days ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Edie
====Edie is a convention-over-configuration Koa controllers layer.
Work in progress. Use at your own risk.
Directory structure:
Quickstart:
```
behaviours/
-- index.get.js
-- articles/
---- index.get.js
---- _id/
------ index.get.js
```Resulting api:
```
/
/articles
/articles/{id}
```