SkillAgentSearch skills...

Goneriding

Rides, Routes & Inspirations. Publication by Jacky lee

Install / Use

/learn @aboutjax/Goneriding
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Develop locally

  1. npm install
  2. npm run develop

Replace Strava Authorization Code

To fetch Strava activities with your own unique token, you will need to follow these steps:

  1. Authenticate and allow activity:read permission here
  2. Click "Authorize" Imgur
  3. You'll be redirected to localhost, which won't display anything. But in the url, you will get a code string: img
  4. Copy and replace the uniqueAuthorizationCode variable in src/templates/ride.js, line 41.

  fetchToken() {
    //...
    let uniqueAuthorizationCode = 'c5141474b2c2f0bcaed94be1f28a8e0c6d574071'
    //...
View on GitHub
GitHub Stars23
CategoryDevelopment
Updated2y ago
Forks3

Languages

JavaScript

Security Score

75/100

Audited on Jun 16, 2023

No findings