Weatherscan emulator in HTML/JS/CSS
- Download & Install node.js LTS
- Get weather.com and mapbox.com API keys.
- Navigate to
/webroot/jsand createsecrets.js. - Open
secrets.jsand type the following:var api_key = 'YOUR WEATHER.COM API KEY'var map_key = 'YOUR MAPBOX.COM API KEY'var affiliate_name = 'YOUR AFFILIATE NAME'Make this whatever you wantvar serial_num = 'YOUR SERIAL NUMBER'Make this whatever you want - In terminal, run
npm install --productionin the root folder of this project. This will install any dependencies. - In terminal, run
npm startin the root folder of this project. This will start a local web server. - Follow the link in the console output.
Install the simulator like normal.