Skip to content

OpenHumans/oh-fitbit-intraday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate Fitbit Intraday Access into Open Humans

Heavily WIP

Local deployment

Follow the instructions here

Additional steps required are below.

Open Humans Project Redirect Url

Set the redirect url to http://127.0.0.1:5000/openhumans/complete when creating your project on open humans. When the project is live you'll need to change it to the heroku url.

Env file

Make sure to set the following vars. The client id and secret is created here.

OPENHUMANS_CLIENT_ID=your_client_id
OPENHUMANS_CLIENT_SECRET=your_client_secret
OPENHUMANS_APP_BASE_URL=http://127.0.0.1:5000

Redis

Before doing heroku local, need to have a redis instance running locally. One way to do that is:

docker run --name some-redis -p 6379:6379 -d redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •