graphhopper / directions-api-js-client

JavaScript client for the GraphHopper Directions API
https://graphhopper.com/api/1/examples
108 stars 85 forks source link

Host @CDN #24

Closed boldtrn closed 7 years ago

boldtrn commented 7 years ago

I think it would be a nice improvement to host the js-client at a CDN. An easy solution seems to be this CDN. Another example would be cdnjs.

MartinKolarik commented 7 years ago

Since you project is already on npm, you can use this without any additional config: https://www.jsdelivr.com/package/npm/graphhopper-js-api-client

boldtrn commented 7 years ago

@MartinKolarik thanks, jsdelivr was actually my first link posted above :). Currently I also tend to use this, as this does not require any additional work from our site.