https://github.com/yeah568/simplebus-server
The SimpleBus server.
https://github.com/yeah568/simplebus-server
Last synced: 11 months ago
JSON representation
The SimpleBus server.
- Host: GitHub
- URL: https://github.com/yeah568/simplebus-server
- Owner: yeah568
- License: gpl-3.0
- Created: 2014-10-30T00:05:18.000Z (over 11 years ago)
- Default Branch: github
- Last Pushed: 2015-04-09T00:42:24.000Z (about 11 years ago)
- Last Synced: 2025-01-23T07:13:27.420Z (over 1 year ago)
- Language: Python
- Homepage: https://jamesliu.ca/simplebus
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simplebus-server
================
Server component of simplebus.
View the client repo [here](https://github.com/yeah568/simplebus)
Ready for deployment straight to heroku (or anything else that's similar, try it out and see!). Just add your Translink API key, and you're ready to go!
But why? Can't you just make the calls straight from the client?
----------------------------------------------------------------
Unfortunately, because Translink hasn't yet added CORS support, browsers won't actually let you make a call to the Translink API straight from the client. As such, this server basically acts as a proxy.