Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdesboeufs/hackurba
Consulter les règles d'urbanisme applicables à une adresse
https://github.com/jdesboeufs/hackurba
gis gpu opendata urbanisme
Last synced: 29 days ago
JSON representation
Consulter les règles d'urbanisme applicables à une adresse
- Host: GitHub
- URL: https://github.com/jdesboeufs/hackurba
- Owner: jdesboeufs
- License: mit
- Created: 2017-02-25T10:42:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T08:59:05.000Z (almost 8 years ago)
- Last Synced: 2024-12-22T02:14:08.737Z (about 1 month ago)
- Topics: gis, gpu, opendata, urbanisme
- Language: JavaScript
- Homepage: https://jdesboeufs.github.io/hackurba
- Size: 374 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hackurba
Consulter les règles d'urbanisme applicables à une adresse
## Prérequis
* Node.js >= 4
* [yarn](https://yarnpkg.com) (mais ça fonctionne aussi avec npm)## Développement
```bash
yarn
yarn dev
```Et la suite est sur [localhost](http://localhost:5000) !
## Déployer sur GitHub Pages
```bash
yarn build
yarn deploy
```Facile hein ?
## API utilisées
* [urbapi](https://github.com/cquest/hackurbapi) de @cquest
* [GéoAPI](https://api.gouv.fr/api/geoapi.html)## Philosophie
Attention #hackurba en cours. Pas de tests, pas d'état d'âme, juste du code.