An app for collecting, aggregating, and analyzing health data to identify the most effective ways to optimize your health and happiness.
Table of Contents
Try the demo
For more info about the types of data you can store and get from the API, try out our
Interactive API Explorer with the access token demo
.
- Fork the project
- Click the
Open in Gitpod
button below in YOUR forked repo. - Allow Gitpod to open port 5555. It should then open the project in a new tab.
Step 1 🔧 Fork the project
Step 2 Clone your forked version
$ git clone https://github.com/your_username/curobot.git
Step 3 🔨 Install Node.js. (Windows Developers: We recommend Visual Studio Code with the recommended extensions, which automatically installs everything you need!)
Step 5
🏃 Run npm install -g bower
and bower install
in the root of this repository.
Step 6 🎫 Create your application and get your client ID here.
Step 7 - Make a copy of .env.example in the root called .env and add your client id to it
Step 8 - If you're using VSCode or Gitpod, right click on src/index.html and click "Open with FiveServer"
Step 9 🙋 Need help? Please create an issue or contact us
Technology | Description |
---|---|
JavaScript | High-Level Programming Language |
TypeScript | JavaScript with syntax for types |
CSS | Cascading Style Sheets |
SCSS | Syntactically Awesome Style Sheet |
Angular.js | front-end web framework |
HTML | HyperText Markup Language |
Cypress | standard in front-end testing |
Gitpod | platform for remote development |