/mansfield-stake

Visualize the snow depth at the Mt. Mansfield stake

Primary LanguageJavaScript

http://matthewparrilla.com/mansfield-stake

Transpile javascript

Due to reports of the page not working in old versions of Safari and Edge, I need to transpile the JS.

To install the needed packages:

npm install

Then to transpile from src/script.js to static/script.js, run

npm run transpile