Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 526 Bytes

File metadata and controls

26 lines (14 loc) · 526 Bytes

Sample parser

This is a simulation of Västtrafik's API. It provides a more reliable stream of data during development, then the real API.

Installation

Start by cloning the project using git.

git clone git@github.com:linjekoll/sample-parser.git

Navigate to the downloaded folder and run bundler.

cd sample-parser && bundle install

Start parser

foreman start

Requirements

Sample parser is tested in OS X 10.7.1 using Ruby 1.9.2.

License

Sample parser is released under the MIT license.