This repo contains code to scrap the data of all schools in Gujarat
All school data are stored in data_final.json and data_final.xlsx
- School Name
- Dise Code
- Address
- Ward
- district
- board
- type
- medium
- location (Google map link)
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.