Compare commits

...

3 Commits

Author SHA1 Message Date
Connor Hackenberg a0b345d88a
Update README.md 2022-10-29 21:44:50 -04:00
Connor Hackenberg 2fe33e8817
Update README.md 2022-10-29 21:44:40 -04:00
Connor Hackenberg c4d6b9fc56
Update README.md 2022-10-29 21:43:36 -04:00
1 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,16 @@ Weatherscan simulation in HTML/JS/CSS
Visit https://weatherscan.tk/?long_island for a demo
## Running locally
## Donate:
If you would like to donate to this project visit here:
https://opencollective.com/weather-ranch
## Stay up to date (Visit the Discord Server):
https://discord.gg/4TpAsRtsAx
## Installation Instructions:
## Running locally:
1. Download & Install [node.js LTS](https://nodejs.org/en/)
2. Get weather.com and mapbox.com API keys.
3. Navigate to `/webroot/js` and open `config.js`.
@ -12,6 +21,3 @@ Visit https://weatherscan.tk/?long_island for a demo
6. In terminal, run `npm install --production` in the root folder of this project. This will install any dependencies.
7. In terminal, run `npm start` in the root folder of this project. This will start a local web server.
8. Follow the link in the console output.
## Development
Install the simulator like normal.