Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konqi/fit-precinct
An open source fitness data evaluation and visualization tool built for app engine
https://github.com/konqi/fit-precinct
Last synced: about 2 months ago
JSON representation
An open source fitness data evaluation and visualization tool built for app engine
- Host: GitHub
- URL: https://github.com/konqi/fit-precinct
- Owner: konqi
- License: gpl-2.0
- Created: 2015-08-16T20:25:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T19:06:25.000Z (almost 8 years ago)
- Last Synced: 2023-08-26T10:22:10.630Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fit-precinct
=============================Right now this is an implementation of the [openfitapi](http://openfitapi.com) specification for Google AppEngine.
Despite its somewhat flawed design and being slightly outdated the API is supported by [IpBike](http://www.iforpowell.com/cms/index.php?page=ipbike).I will create a working prototype that allows uploading data through IpBike (or any other application that implements openfitapi).
From there on i'll concentrate on the web frontend and - hopefully - add couple of simple charts and/or a map for analysis.Once that skeleton app is done the aim is to put in an authentication handler and add multi-tenancy capability.
After that ...
- Specify and implement an API for sharing data
- allow sharing of data between instances of this app like `@.appspot.com`
- create a better API and specification than openfitapi
- user customizable charts
- your idea?
General thoughts- I don't like to pay for evaluation of my data. And so shouldn't you. This code is licensed under the GNU General Public License. Feel free to use and extend.
- I really suck at designing stuff so i'll use bootstrap for now