Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yageek/strasbourgpark-rs
Rust crate for Strasbourg parking open data api
https://github.com/yageek/strasbourgpark-rs
opendata rust strasbourg
Last synced: about 2 months ago
JSON representation
Rust crate for Strasbourg parking open data api
- Host: GitHub
- URL: https://github.com/yageek/strasbourgpark-rs
- Owner: yageek
- License: gpl-3.0
- Created: 2020-11-20T15:26:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T16:21:39.000Z (almost 4 years ago)
- Last Synced: 2024-10-20T22:25:54.737Z (3 months ago)
- Topics: opendata, rust, strasbourg
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# strasbourgpark-rs
A crate allowing to interact with the Strasbourg for the parkings. The portal hosting the data can be found on https://data.strasbourg.eu/pages/accueil/.
This provides a ready to use HTTP client fetching the data. You can also used the api mod.
## Usage```rust
```