New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

leaflet.stravasegments

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet.stravasegments

Display Strava segments on a map!

  • 2.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Leafet.StravaSegments

Display Strava segments on a map!

Here is a demo. And the associated source code.

demo image

Dependencies

Requires Leaflet 1.+, FontAwesome 4.+, @mapbox/polyline and Leaflet.EasyButtons.

See package.json for details.

Use it

Install it:

yarn add leaflet.stravasegments
# or 
npm install --save leaflet.stravasegments

Then add it to the map:

L.control.stravaSegments({
    stravaToken: '<strava API token>'
}).addTo(map);

<strava API token> must be retrieved from Strava website. Default public token is limited to 600 reqs/15min and 30k reqs/day.

License

MIT

FAQs

Package last updated on 09 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc