An Electron based gadget to scrape pollen data from http://weathernews.jp/pollen/#//c=0 and https://www.pollen.com This also includes a geocoder to link places in Japan to the closest city from weathernews.jp.
Note: This is based off Electron TypeScript Quickstart
Since this is an Electron app, you can run it anywhere Electron will run. You will need npm available on your machine to pull down dependencies.
- Download or clone this project
- Run "npm install" in the root to pull down dependencies
- Grab a build of Electron for your system
- Copy this whole folder to "resources/app/" inside Electron
- Launch Electron
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
git clone git@github.com:adatta02/pollen-scraper.git
cd pollen-scraper
npm install
npm start