Skip to content

View Strava activities on Ordnance Survey maps, and share them with your friends. https://plot.fit

Notifications You must be signed in to change notification settings

peterjcole/plot

Repository files navigation

plot

View, and share, your Strava Activities on an Ordnance Survey Explorer 1:25000 map (UK only)

https://plot.fit

Local setup

Prerequisites

Setup

Install dependencies:

npm install

Add required env vars to a .env file in the root of the project:

OS_MAPS_API_KEY=""
VUE_APP_STRAVA_CLIENT_ID=""
STRAVA_CLIENT_SECRET=""

Edit firebase credentials to point to your firebase instance in db.js

Compile and hot-reload for development

vercel dev

Run unit tests

npm run test:unit

Run end-to-end tests

npm run test:e2e

Lint and fix files

npm run lint

Build & deploy

  • Fork the repo and deploy via Vercel, setting environment variables as above.

About

View Strava activities on Ordnance Survey maps, and share them with your friends. https://plot.fit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages