mikko / strava2kilometrikisa

Node web app for synchronizing activities from Strava to kilometrikisa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strava2kilometrikisa

An application to fill the gap between Strava and Kilometrikisa.

Live at https://www.strava2kilometrikisa.com

Development

  1. Grab yourself some Strava API credentials
  2. Copy and configure app/.env.example to app/.env
  3. $ source .env
  4. $ npm install
  5. $ npm run dev

Database

This app uses MondoDB database for storing logs users. Mongoose is used as a database driver.

MondoDB Atlas free tier is used on production:
https://cloud.mongodb.com

Production on Heroku

Production application is hosted on Heroku:
https://dashboard.heroku.com

How to contribute

We would love your input! Check out how to contribute here.

Contributors

  • Jaakko Alajoki
  • Paul Stewart

About

Node web app for synchronizing activities from Strava to kilometrikisa.


Languages

Language:JavaScript 56.6%Language:EJS 27.1%Language:SCSS 14.9%Language:Shell 1.4%