Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwharris/moves-transponder
A connector for the Moves app that reports the last known location of a certain user.
https://github.com/iwharris/moves-transponder
Last synced: 1 day ago
JSON representation
A connector for the Moves app that reports the last known location of a certain user.
- Host: GitHub
- URL: https://github.com/iwharris/moves-transponder
- Owner: iwharris
- License: mit
- Created: 2015-10-04T06:04:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T05:43:52.000Z (about 9 years ago)
- Last Synced: 2023-02-26T20:56:58.003Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moves-transponder
A connector for the Moves app that reports the last known location of a certain user. It is written as a Google App Engine app.
##Acknowlegements
This makes use of the [moves-fetch](https://gist.github.com/KainokiKaede/7264280) gist written by [KainokiKaede](https://gist.github.com/KainokiKaede).
##Usage
###Authorization
You will first need to register a new app on [moves-app.com](https://dev.moves-app.com/apps). Enter any metadata you want. Under the "Development" tab in the "Redirect URI" field, put any value (I use "localhost").
After registering the app, you will receive a Client ID and Client Secret.