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

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)

Awesome Lists containing this project

README

          

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](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)