Skip to content

A small sample app to find your ward councillors for the city of Edinburgh, Scotland.

License

Notifications You must be signed in to change notification settings

NateWr/edinburgh-councillors

Repository files navigation

👋 Hiya!

This is a small app to find your ward councillors for the city of Edinburgh, Scotland. View the live demo.

Screenshot of the app

I built this as a quick sample for my portfolio using:

Usage

Install the dependencies using npm (or your favourite JavaScript package manager).

npm install

Scrape the data.

npm run data

Run the app locally.

npm run dev

To build the app for production, adjust the base URL in vite.config.js and run the following.

npm run build

Tests

To run the integration tests, launch the local server and run the test specs.

npm run dev && npm run tests

A note on the data

I built this in early 2023 so the data may be out of date. Find your current ward councillors at edinburgh.gov.uk.

About

A small sample app to find your ward councillors for the city of Edinburgh, Scotland.

Resources

License

Stars

Watchers

Forks