mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
719 stars 186 forks source link

mitigate unpkg.com outages by hosting dist on api.mapbox.com #349

Closed neemanjabu closed 4 years ago

neemanjabu commented 4 years ago

https://unpkg.com/@mapbox/mapbox-sdk/umd/mapbox-sdk.min.js responds with 429 Too Many Requests

andrewharvey commented 4 years ago

previously requested to be hosted on the mapbox cdn in #216. For the time being you'll need to host it yourself.

neemanjabu commented 4 years ago

In case someone else has the same issue, you can do one of the following in order to get mapbox-sdk.min.js and host it yourself:

  1. Download mapbox-sdk.min.js from https://cdn.jsdelivr.net/npm/@mapbox/mapbox-sdk@0.9.0/umd/mapbox-sdk.min.js
  2. checkout the project and run prepublishOnly script npm run prepublishOnly in order to get mapbox-sdk.min.js in umd directory
andrewharvey commented 4 years ago

closing as a duplicate of #216