Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.98 KB

README.md

File metadata and controls

69 lines (37 loc) · 1.98 KB

Quantified Self 2.0.47-MFF73

Master

codebeat badge Build Status codecov

Develop

codebeat badge Build Status codecov

About

Quantified Self is a tool for importing viewing and comparing tcx, fit and json files from activity trackers and smart-watches such as Garmin, Suunto, Polar etc

You can see it in action at quantified-self.io

This project uses Quantified Self Lib under the hood for processing the gpx, tcx and fit files

Contribution and assistance is very much welcome

How to run this project

  • Clone this project

    git clone https://github.com/jimmykane/quantified-self.git

  • Install the dependencies

    npm install

  • Start the Angular Server

    npm start

  • Open it on your browser

    http://localhost:4200/

Alternative to run this project

  • Clone this project

    git clone https://github.com/jimmykane/quantified-self.git

  • Install the dependencies

    yarn install

  • Start the Angular Server

    yarn start

  • Open it on your browser

    http://localhost:4200/