This is a React / Node based web application that allows a users to view real time train information for MARTA train stations and to create an account that you can store and edit favorite stations while logged in.
Clone and run the following command inside this project's directory to load dependecies
$ npm install
To gain access to marta's api, you must first request an access key from marta from their website.
After receiving your key, create an .env file with in the client file and set the key to a variable, called 'REACT_APP_API_KEY'.
This will give you the ability to obtain and display marta's train schedules.
Bug reports and pull requests are welcome on GitHub at https://github.com/'persistent-modal-0577'/cli_project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This is available as open source under the terms of the MIT License.
Everyone interacting in the Smarta MARTA’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.