Skip to content

adatta02/pollen-scraper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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