/school-radar

Primary LanguageTypeScript

About

The site is avaliable here: https://schoolradar.com.au/

This is a project to make finding schools in the neighborhood easier.

Data

The data is taken form:

The script for retrieving school data is in compose_schools.ts.

Unfortunately, we can't publish rankings and use NAPLAN results in this project, so you can check NAPLAN results here.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

  • For running locally, you'll need to provide your own Google Maps API key as a GOOGLE_MAPS_API_KEY environment variable.