To give a different take on the MARTA On the Go app.
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
- Make a branch.
- If you're not a member, fork the repo.
- Commit your changes to your branch.
- Push and make a pull request (PR).
- Let me know so I can review and merge.