Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanconway/exercise-mi9
Exercise I did for mi9 (which passed).
https://github.com/jonathanconway/exercise-mi9
Last synced: about 12 hours ago
JSON representation
Exercise I did for mi9 (which passed).
- Host: GitHub
- URL: https://github.com/jonathanconway/exercise-mi9
- Owner: jonathanconway
- License: mit
- Created: 2014-07-08T12:19:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T23:25:05.000Z (over 8 years ago)
- Last Synced: 2023-08-01T07:10:54.172Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mi9-coding-challenge.herokuapp.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mi9 Coding Challenge Solution
=============================Installation
------------1. Install pre-requisites: `node`, `npm`
2. Clone the solution
`git clone https://github.com/jonathanconway/mi9-coding-challenge-jonathan`
3. Install `express`, etc.
`sudo npm install`
4. Start the server
`sudo node server`