https://github.com/joeyklee/bc-climate-explorer
This is the current working repo of the bc-climate-explorer
https://github.com/joeyklee/bc-climate-explorer
Last synced: 3 months ago
JSON representation
This is the current working repo of the bc-climate-explorer
- Host: GitHub
- URL: https://github.com/joeyklee/bc-climate-explorer
- Owner: joeyklee
- License: mit
- Created: 2016-12-18T11:23:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T17:37:19.000Z (about 6 years ago)
- Last Synced: 2025-02-08T15:22:56.991Z (4 months ago)
- Language: HTML
- Size: 21.6 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bc-climate-explorer
This is the current working repo of the bc-climate-explorer## Development
```
# install the dependencies
npm install# in terminal window 1
## run sass watch
npm run watch-css# in terminal window 2
## run the development server
npm run start-dev# see: localhost:4000
```## PubSubs:
### mapStyleChanged
checks changes to map style. relevant for:* publishers:
- el.selectors.geoZone
- el.selectors.geoZone
* subscribers:
- map legend### focalUnitAChanged
### focalUnitBChanged
### xTimescaleChanged
### yTimescaleChanged
### xVariableChanged
### yVariableChanged