Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.11 KB

Ride Atlanta

license Build Status

Purpose

To give a different take on the MARTA On the Go app.

Set Up

This project leverages the MARTA API and Twitter API.

In order to successfully run this project, you'll need the following:

  • Get an API key from MARTA
  • Twitter API key and API secret

The MARTA API key, Twitter API key and API secret, and Fabric API key should be set as environment variables with the following names:

  • RIDEATLANTA_MARTA_API_KEY
  • RIDEATLANTA_FABRIC_API_KEY
  • RIDEATLANTA_TWITTER_API_KEY
  • RIDEATLANTA_TWITTER_SECRET
  • RIDEATLANTA_PROD_MARTA_API_KEY
  • RIDEATLANTA_PROD_FABRIC_API_KEY
  • RIDEATLANTA_PROD_TWITTER_API_KEY
  • RIDEATLANTA_PROD_TWITTER_SECRET

Contributing

  1. Make a branch.
  • If you're not a member, fork the repo.
  1. Commit your changes to your branch.
  2. Push and make a pull request (PR).
  3. Let me know so I can review and merge.