Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/hexagonal-nodejs
https://github.com/arkency/hexagonal-nodejs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/hexagonal-nodejs
- Owner: arkency
- Created: 2014-05-31T11:02:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T22:17:42.000Z (over 10 years ago)
- Last Synced: 2023-03-25T10:38:09.424Z (over 1 year ago)
- Language: CoffeeScript
- Size: 262 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To serve, use
```
node runner.js
```Then, you can try
```
wget http://localhost:1337/books -qO result.json; cat result.json
wget http://localhost:1337/ -qO result.json; cat result.json
```