Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robrechtme/ghent-parkings

🅿️ Demo React app that visualizes realtime parking data of Ghent.
https://github.com/robrechtme/ghent-parkings

ghent parking-data react

Last synced: 8 days ago
JSON representation

🅿️ Demo React app that visualizes realtime parking data of Ghent.

Awesome Lists containing this project

README

        

# ghent-parkings

Visualization of realtime parking data of Ghent. The parking data is openly available in the [Open Data Portal](https://data.stad.gent/) of City of Ghent.

https://parkinggent.vercel.app/

![Screenshot of the website showing a list of parkings with their number of available spaces](screenshot.png)

## Contribute

### Installation

You need [Yarn](https://classic.yarnpkg.com/en/docs/install) and [Node.js](https://nodejs.org/en/download/) (v10 or higher) to get the development environment running.

```bash
git clone https://github.com/RobrechtMe/ghent-parkings.git
cd ghent-parkings
yarn install
yarn start
```

### Technology stack

- [create-react-app](https://create-react-app.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [SWR](https://swr.vercel.app/)
- [CSS Modules](https://github.com/css-modules/css-modules)

## License

This repository is licensed under MIT.