Line Parser is a Västtrafik scraper build on top of Event Machine.
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
bundle exec ruby ./server.rb
The output should look something like this.
LP is tested in OS X 10.7.1 using Ruby 1.9.2.
LP is released under the MIT license.