/ZeeMapDownload

Script in Javascript (Node) to download ZeeMaps data

Primary LanguageTypeScriptMIT LicenseMIT

ZeeMapDownload

Download ZeeMap data to your disk as CSV

Quick commands to get this running on Linux:

sudo apt update
sudo apt install -y git nodejs npm
git clone https://github.com/tgmeow/ZeeMapDownload
cd ZeeMapDownload
npm install
npm run start
sudo apt update &&
sudo apt install -y git nodejs npm &&
git clone https://github.com/tgmeow/ZeeMapDownload &&
cd ZeeMapDownload &&
npm install