Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 638 Bytes

Right To Education School List in Gujarat

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

Included Data for school

  • School Name
  • Dise Code
  • Address
  • Ward
  • district
  • board
  • type
  • medium
  • location (Google map link)

For Development

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.