An open API service indexing awesome lists of open source software.

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

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!