Commute Status a simple Web and Android app to quickly see the status of your commute.
Check it out!
·
Report Bug
·
Request Feature
Commute Status is a simple Web and Android app to quickly and easily see the status of your commute.
Check out the Android App.
Check out the Web App.
- Java
- Spring Boot
- National Rail Darwin API
- Auth0
- Postgres
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Maven
mvn install
- AUTH0_CLIENT_ID
- AUTH0_CLIENT_SECRET
- AUTH0_CLIENT_SECRET
- AUTH0_REFRESH_SECRET
- AUTH0_DOMAIN
- NATIONAL_RAIL_ACCESS_TOKEN
- POSTGRES_HOST
- POSTGRES_PORT
- POSTGRES_DATABASE
- POSTGRES_USERNAME
- POSTGRES_PASSWORD
- Clone the commutestatus-api
git clone https://github.com/BenSuskins/commutestatus-api.git
- Install Maven dependencies
mvn install
- Run application
mvn spring-boot:run
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Ben Suskins - @BenSuskins - suskinsdevelopment@gmail.com
Project Link: https://github.com/BenSuskins/commutestatus-api