Open API provides access to all of the resources and functionality required to build a high performance multi-asset trading platform. It is a sample application to explain different functionalities and features offered by OpenAPIs. OpenAPIs require authorization token.
If you're using OS X or Windows, the best way to install Node.js is to use one of the installers from the Node.js download page. If you're using Linux, you can use the installer, or you can check NodeSource's binary distributions to see whether or not there's a more recent version that works with your system.
Test: Run node -v. The tested version of node- v6.9.5
##How to start application
You will need
git clone https://github.com/SaxoBank/openapi-samples-feature.git
cd openapi-samples-feature
git checkout master
npm install
npm start
This runs the webpack dev server, any changes you make to javascript files will cause the browser to reload live.
git clone https://github.com/SaxoBank/openapi-samples-feature.git
cd openapi-samples-feature
git checkout master
npm install
npm run build
go to http://localhost:9000