https://github.com/zecat/geo-fr-api
A set of elements wrapping the french governmental geo api (Polymer 1.9 - 2.x)
https://github.com/zecat/geo-fr-api
api french geo location polymer web-components
Last synced: over 1 year ago
JSON representation
A set of elements wrapping the french governmental geo api (Polymer 1.9 - 2.x)
- Host: GitHub
- URL: https://github.com/zecat/geo-fr-api
- Owner: Zecat
- Created: 2017-05-21T10:43:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T18:27:41.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T12:02:38.375Z (over 1 year ago)
- Topics: api, french, geo, location, polymer, web-components
- Language: HTML
- Homepage: https://www.webcomponents.org/element/Zecat/geo-fr-api
- Size: 3.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/Zecat/geo-fr-api)
# Geo Fr Api
A collection of elements wrapping the [french governmental geo api](https://api.gouv.fr/api/api-geo.html).
```html
Matching towns:
Name: [[item.nom]],
postal code: [[item.codePostaux.0]],
departement code: [[item.codeDepartement]],
population: [[item.population]]
```
## Install
```bash
bower install -S Zecat/geo-fr-api
```
## Import
```html
```
## What is inside
### Elements
- [geo-fr-towns](/geo-fr-towns)
- [geo-fr-addresses](/geo-fr-addresses)
- geo-fr-departments (incomming)
- geo-fr-region (incomming)