Skip to content

jonhermsen-UNO/my-wellness-complete

Repository files navigation

My Wellness Complete

A total wellness tracker inspired by the Dead Space health bar.

Installation

  1. Create a project on the Google Dashboard with all Google Fit API permissions

  2. Pull the repository to your local machine

  3. 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',
    };
  4. Run npm install

  5. Run npm run start or npm run dev

About

A total wellness tracker inspired by the Dead Space health bar.

Resources

License

Stars

Watchers

Forks