Skip to content

adatta02/pollen-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Pollen Scraper

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

To Run

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 Build

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published