https://github.com/wfgilman/commuter
API for SF Bay Area BART system
https://github.com/wfgilman/commuter
elixir phoenix-framework push-notifications
Last synced: 5 months ago
JSON representation
API for SF Bay Area BART system
- Host: GitHub
- URL: https://github.com/wfgilman/commuter
- Owner: wfgilman
- Created: 2018-11-22T17:34:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T18:41:18.000Z (about 4 years ago)
- Last Synced: 2025-04-10T23:46:17.513Z (about 1 year ago)
- Topics: elixir, phoenix-framework, push-notifications
- Language: Elixir
- Homepage:
- Size: 3.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commuter
API supporting iOS App Commuter: https://github.com/wfgilman/Commuter-iOS
### API Documentation
- Read the RESTful API documentation [here](api_spec.md)
### Roadmap
- [ ] Allow user to customize notification period
- [ ] Support commutes requiring station transfer
- [ ] Predict car occupancy based on [ridership data](https://www.bart.gov/about/reports/ridership)
- [ ] Add tests :grimacing:
### Data
- BART train schedule data: https://www.bart.gov/schedules/developers/gtfs
- BART real-time API: http://api.bart.gov/docs/overview/index.aspx
### Credits
- Web server powered by Phoenix https://github.com/phoenixframework/phoenix
- APM powered by [Appsignal](https://appsignal.com)
- Hosting and deployment by [Gigalixir](https://gigalixir.com/) 🤩
- Date/Time parsing by Timex: https://github.com/bitwalker/timex
- Elixir releases by Distillery: https://github.com/bitwalker/distillery
- Geospatial calculations by geocalc: https://github.com/yltsrc/geocalc
- Push notifications by Pigeon: https://github.com/codedge-llc/pigeon
### Feedback
PRs and feedback welcome!