0.1.3 • Published 5 years ago

railator v0.1.3

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

Railator

National Rail Darwin API translator server

What & Why?

This is a Node.JS HTTP server that serves as a translator between National Rail's Darwin API and JSON. Darwin is a SOAP XML API, which is... difficult, to say the least, to work with in JavaScript; this project aims to solve that problem by sitting in between client applications and Darwin to translate into JSON.

Install

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
0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago