- Run
npm installto download the dependencies needed.
Web App training creating a simple Quandl Web App
You will need to get an API key from Quandl for this.
Command line arguments are:
- dataset
- APIKey (defaults to anonymous request)
- StartDate (defaults to 1 Jan 2010)
- EndDate (defaults to 31 Dec 2014)
- Period (defualts to 7)
- PeriodType (defaults to days)
- To run the unit tests use
jasmineor for continuous testing runjasmine-node --autotest .
- To run the mock up site run
npm start
- Set up as a demo build tool
gulp lintwill run eslint on the projectgulp testwill run jasmine testsgulp watchAllwill watch for changes in javascript files and then lint and testgulp uglifywill create a minified version of the modules and create adistfoldergulprunslintandtestthenuglify