Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 613 Bytes

Line Parser

Line Parser is a Västtrafik scraper build on top of Event Machine.

Installation

Start by cloning the project using git.

git clone [email protected]:linjekoll/line-parser.git

Navigate to the downloaded folder and run bundler.

cd line-parser && bundle install

Start the server

bundle exec ruby ./server.rb

The output should look something like this.

Print screen

Requirements

LP is tested in OS X 10.7.1 using Ruby 1.9.2.

License

LP is released under the MIT license.