Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/busglue
Gluing service for the BusDroid app and the public interface, go StartupBus!
https://github.com/imrehg/busglue
Last synced: 12 days ago
JSON representation
Gluing service for the BusDroid app and the public interface, go StartupBus!
- Host: GitHub
- URL: https://github.com/imrehg/busglue
- Owner: imrehg
- Created: 2013-10-17T14:27:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T02:10:42.000Z (about 11 years ago)
- Last Synced: 2024-04-08T17:42:09.443Z (8 months ago)
- Size: 2.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BusGlue
A "gluing" service that gets the [BusDroid][busdroid] app work with the
frontend WordPress interface of the StartupBus Europe 2013.The basic premise is to forward the logged information as received
to a database where the frontend can pull it out to display.It's to be hosted on something like Heroku.
The required settings (bus names, id, auth codes) are all configured
via config files, that are not to be checked in. Example config
file should be included, and current configuration should be available
to view over a web interface for veryfication.The app has to handle submitting a large number of updates (eg. after
network blackout the app will send all the things that happened since
then).## License
(TL;DR: MIT license, do whatever)
Copyright (C) 2013 Gergely Imreh
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[busdroid]: https://github.com/imrehg/busdroid "BusDroid repo"