Overview
The following project was used as part of the interview process for a Media Streaming Service. The task was to build a JSON-based web service that would accept a payload and return a reduced payload. Web server built with Node.js and Express framework, using Jasmine for Test Driven Development.
Links
Usage
- Clone the repo
git clone https://github.com/tobyf93/streamco.git - Install project dependencies
npm install - Launch the Node.js web server
node index.js - Start POSTing data to
http://localhost:3000/
Running tests
- Run test suite
npm test