A total wellness tracker inspired by the Dead Space health bar.
-
Create a project on the Google Dashboard with all Google Fit API permissions
-
Pull the repository to your local machine
-
Create a ./src/private/keys.js file with the following structure:
module.exports = { sessionSecret: 'YOUR_SESSION_SECRET', googleID: 'YOUR_GOOGLE_CLIENT_ID', googleSecret: 'YOUR_GOOGLE_CLIENT_SECRET', googleAPI: 'YOUR_GOOGLE_API_KEY', };
-
Run
npm install
-
Run
npm run start
ornpm run dev