1.0.1 • Published 5 years ago

national-rail-data v1.0.1

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

national-rail-data

Standard - JavaScript Style Guide CircleCI

Introduction

A promise based implementation to access the national rail's data soap based APIs.

Installation

npm install national-rail-data

Usage

In order to use this library you will first need to obtain a National Rail Data Portal account. The credentials are used to initialise this library:

const RailData = require('national-rail-data')
let railData = RailData('username', 'password')

You can then use library to retrieve the station information as follows:

let stations = await railData.getStations()