samlanzz / strava-scion

Analyze and compare your Strava data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strava SCION Workbench

A simple implementation of the SCION Workbench project that helps visualize Strava data.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Usage

In order to access your Strava profile data, there's a few prerequisites to check:

  1. You have created an API Application on your Strava profile following this guide
  2. You have accessed your API Application data on your API Application page and can read the following:
  • client_id
  • client_secret
  1. You have added that information to the environment.ts file.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

About

Analyze and compare your Strava data.


Languages

Language:TypeScript 67.4%Language:HTML 25.8%Language:JavaScript 4.5%Language:CSS 2.4%