https://github.com/thenewwazoo/whereamiriding
A Google App Engine implementation of a SPOT tracker interface
https://github.com/thenewwazoo/whereamiriding
Last synced: 3 months ago
JSON representation
A Google App Engine implementation of a SPOT tracker interface
- Host: GitHub
- URL: https://github.com/thenewwazoo/whereamiriding
- Owner: thenewwazoo
- Created: 2014-07-29T04:05:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T04:07:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-09T08:36:20.701Z (4 months ago)
- Language: Python
- Homepage:
- Size: 645 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
---
Paid options?
- caching of data is pretty obvious
- maybe viewing more than a certain amount of a rider's history? probably not.
- custom images and URLs!
- ideally, paid options would be bought by the rider, not the viewer, and would include some sort of
back-end data munging or storage.
- maybe a paid option could be unlimited (or even just >1) info data feeds (latitude? other?)---
URLs ending with a slash are for getting information, or for
situations where a useful response is expected.Examples:
/eventinfo/// -- Gets information about an event
/register/ -- Gets information about registering---
URLs not ending in slashes can be thought of as commands, or
for situations where a useful response is NOT expected. These are
not exposed to end-usersExamples:
/cache/update -- Triggers an update of the cache---
web/ is the standard distribution of web.py. easiest just to check it in here.
---
GAE requires that you compile templates. to do that, run
$ python web/template.py --compile templates---
this code works best when modified while listening to trance or house music.