Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalczaplinski/ecosia-http-server
test assignments
https://github.com/michalczaplinski/ecosia-http-server
Last synced: 11 days ago
JSON representation
test assignments
- Host: GitHub
- URL: https://github.com/michalczaplinski/ecosia-http-server
- Owner: michalczaplinski
- Created: 2016-04-26T23:16:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T23:27:05.000Z (almost 9 years ago)
- Last Synced: 2024-11-15T01:47:50.043Z (2 months ago)
- Language: JavaScript
- Size: 612 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
Requires Node version 5+.To run the server, simply do:
node server.js
### Tests
The tests run with `mocha`npm install
npm install mocha -g
npm test