national-rail-data

1.0.1 • Public • Published

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()

Dependents (0)

Package Sidebar

Install

npm i national-rail-data

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.21 kB

Total Files

8

Last publish

Collaborators

  • jamesgawn