Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gedankenstuecke/oh-apple-health-export
https://github.com/gedankenstuecke/oh-apple-health-export
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gedankenstuecke/oh-apple-health-export
- Owner: gedankenstuecke
- License: mit
- Created: 2021-11-03T09:09:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T16:29:35.000Z (over 2 years ago)
- Last Synced: 2024-11-13T14:25:19.372Z (2 months ago)
- Language: Python
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Humans Template
This is a template repository for a project that interacts with Open Humans and deploys in Heroku.
## Setup
For local development:
1. create an OAuth2 project in Open Humans this app connects to: https://www.openhumans.org/direct-sharing/oauth2-setup/
* `REDIRECT_URL`: `http://127.0.0.1:5000/`
2. copy `env.example` to `.env`
* edit `CLIENT_ID` and `CLIENT_SECRET` using the values provided in the information page for this project you just created on Open Humans website
3. install Heroku's command line client:
https://devcenter.heroku.com/categories/command-line
4. run `heroku local`