Pokemon Manhole Covers
This is a project to document the various Pokemon-themed manhole covers in Japan. There are various scripts to help scrape all the data from the official website
This script scrapes the official website and generates a JSON file with all the data. It uses the puppeteer
library to scrape the website.
It outputs a JSON file based on index as well as download the image of that manehole cover.
This script reads the JSON file generated by index.js
and generates a GeoJSON file with all the data.
- Clone the repository
- Run
npm install
to install all the dependencies - Run
node index.js
to generate the JSON file - Run
node geojson.js
to generate the GeoJSON file