The SMARTA API client is a hybrid client around the MARTA APIs supplemented with analysis of historic patterns and static schedule data our own SMARTA APIs.
Continuous Integration Status
Project Goals
Goals? Oh we've got goals - check 'em out in the infohub overview document.
TODO
MARTA API:
- [x] Fetch rail schedules
- [x] Fetch bus schedules
- [x] Fetch bus schedules by route SMARTA API:
- [x] Find rail schedule by line
- [x] Find rail schedule by station
- [ ] Find bus schedule by stop
- [ ] Find bus stop by route
- [ ] Find routes by stop
- [x] Find rail stations by location
- [ ] Add projected arrival/departure time based on historical trends
Project Maturity
SMARTA is very young. Young, scrappy, and hungry. 😎
Prerequisites
You will need a MARTA API key to fetch the live results from MARTA's base API.
Installation
Add this line to your application's Gemfile:
gem 'smarta_api_client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install smarta_api_client
Usage
TODO: Write usage instructions here
Development
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/smartatransit/smarta_api_client.
License
Copyright© 2019 SMARTA Transit
Distributed under the GNU Public License version 3