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.gitcd pokemon-go-forecast-worker
npm install
npm run buildnpm run startUsing Crontab
crontab -eThen, 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