Collect weather data from AccuWeather for Pokemon Go in Bangkok area.
Please visite the demo site.
git clone [email protected]:chanwutk/pokemon-go-forecast-worker.git
git clone [email protected]:chanwutk/pokemon-go-forecast-data.git
cd pokemon-go-forecast-worker
npm install
npm run build
npm run start
Using Crontab
crontab -e
Then, paste this code
# need to sleep because the network might not be ready when the scrip starts.
@reboot sleep 60 && /bin/bash /path/to/pokemon-go-forecast-worker/start-worker.sh