National Rail API translator, REST to SOAP
npm install railator
git clone git@github.com:ArtOfCode-/railator
cd railator
cp config.sample.js config.js
`
You'll need to edit the values in config.js: pick the port you want the server to run on, and provide a valid access token for LDBSVWS,
which you can obtain here (for now). Then:
`
npm install
npm start
``