Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neonerd/edie


https://github.com/neonerd/edie

Last synced: 1 day ago
JSON representation

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}
```