A mobile application to check traffic at popular hiking spots.
·
Report Bug
·
Request Feature
Trail Traffic was created to make outdoor activities safer and more convenient—so you can avoid the crowds at popular hiking spots. The project is currently in Beta.
- Fork the repo
- Clone the repo
git clone https://github.com/Trail-Traffic/Trail-Traffic-App.git
- Start server and app
npm install
npm run dev
Note: to run heatmap data, you will need to get your own access token to the besttime.app API and store all location, public, and private key variables in a file called secrets.js in the project's root directory
View five popular trails in Los Angeles and a heatmap displaying their current traffic.
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 to the path-19 staging branch
Distributed under the MIT License. See LICENSE
for more information.