Skip to content

Weatherscan Emulator orginally made by /u/AnonChickenWalker. Maintained by log1x_

Notifications You must be signed in to change notification settings

ashkyper/weatherscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherscan Emulator

Weatherscan emulator in HTML/JS/CSS

Running locally

  1. Download & Install node.js LTS
  2. Get weather.com and mapbox.com API keys.
  3. Navigate to /webroot/js and create secrets.js.
  4. Open secrets.js and 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 want var serial_num = 'YOUR SERIAL NUMBER' Make this whatever you want
  5. In terminal, run npm install --production in the root folder of this project. This will install any dependencies.
  6. In terminal, run npm start in the root folder of this project. This will start a local web server.
  7. Follow the link in the console output.

Development

Install the simulator like normal.

About

Weatherscan Emulator orginally made by /u/AnonChickenWalker. Maintained by log1x_

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • CSS 14.1%
  • HTML 6.1%
  • SCSS 1.0%
  • VBScript 0.2%
  • PHP 0.0%