arcgis-circadian-widget
Version:
An ArcGIS JS V4 widget that changes the map tint based on the time of day.
28 lines (16 loc) • 736 B
Markdown
# arcgis-circadian-widget
:sunrise: An ArcGIS JS V4 widget that changes the map tint based on the time of day.
[](https://www.npmjs.com/package/arcgis-circadian-widget)
Include the style, create the widget
```js
require([
"custom-widgets/Circadian"
], function(Circadian) {
// create your map and view
var c = new Circadian();
c.startup();
```
Get it from here or via npm `npm install arcgis-circadian-widget --save`
#### Running locally
Download / clone this repository then run `npm install` > `npm start`
