Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robrechtme/ghent-parkings
- Owner: robrechtme
- License: mit
- Created: 2020-07-18T09:04:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:50:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T09:28:49.775Z (over 1 year ago)
- Topics: ghent, parking-data, react
- Language: TypeScript
- Homepage: https://parking-gent.robrecht.me/
- Size: 3.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.