Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 788 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 788 Bytes

OpenDSP

HTTP Service implementation of a DSP in Node (v4.2.1).

Jack Hammerton

E. H. Sothern as Jack Hammerton in "The Highest Bidder" (1887).

##About

OpenDSP is as a mock server for testing purposes.

##Bootstrap

# Get a local copy of opendsp.
$ git clone https://github.com/Avocarrot/opendsp.git
$ cd opendsp

# You will need Node v4.2.1 for the `DSPMock`. In case you use `nvm`:
$ nvm use v4.2.1

# Npm install and start Grunt
$ npm install
$ grunt nodemon:dev

##References