foldaway / sg-scraper

Scrape locations of places in Singapore

Home Page:https://foldaway.github.io/sg-scraper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sg-scraper

.github/workflows/run.yml

Scripts to scrape metadata of places in Singapore.

Development

  1. Run yarn install
  2. Run docker-compose up to spin up an instance of PostgreSQL (main data store) and Redis (for OneMap caching)
  3. Run yarn dev:scrape to start the scraper. In non-production environments, this will launch Chromium. Adjust scraper.ts accordingly for testing purposes (e.g. disable other sources in order to save time)

About

Scrape locations of places in Singapore

https://foldaway.github.io/sg-scraper/

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 19.9%Language:Pug 1.9%