Skip to content

NordicFlyer/quantified-self

 
 

Repository files navigation

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/

Packages

No packages published

Languages

  • TypeScript 69.5%
  • HTML 20.3%
  • Shell 5.6%
  • CSS 3.9%
  • JavaScript 0.7%