1.0.3 • Published 8 years ago

leaflet-wunderground v1.0.3

Weekly downloads
2
License
MIT License
Repository
github
Last release
8 years ago

leaflet-wunderground-layer

npm

Leaflet map layer for showing radar and satellite data from Weather Underground

To use this add a reference to the wunderground.layer.js file then you can add it to your map

L.Wunderground.radar(
  {
    appId: 'YOUR_APP_ID',
    apiRef: 'YOUR_REF_ID'
  }).addTo(map);

To get an app/ref Id you can go to http://www.wunderground.com/weather/api/ to sign up for a free account

Example image

Options

OptionPurpose
appIdRequired to identify your code to the wunderground API
apiRefUsed to identify your app for referrals
opacityChange opacity of layer, default is 0.35

Get It

From here or install using npm

npm install leaflet-wunderground

Can I help to improve it and/or fix bugs?

Absolutely! Please feel free to raise issues, fork the source code, send pull requests, etc.

No pull request is too small. Even whitespace fixes are appreciated.

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago