Disc flight path data provided by: Inbounds Disc Golf
Project Inspired by: discpath.haxor.fi
API Reposirty for app: DiscTrackerServer
- Add better mobile scaling for flight path canvas
- Add throwing power slider and logic
- Add disc wear power and logic
- Add disc weight power and logic
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - run tests locally (
npm test
) - Push to the branch (
git push origin my-new-feature
) - Create New Pull Request