From 6615fdd23bc08fec45db5070f291e6bd3e708b2a Mon Sep 17 00:00:00 2001 From: Peter Baettig Date: Fri, 17 Jan 2020 11:19:48 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..afe6624 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# swissgeo +This library uses the public apis geo.admin.ch and swisspost.opendatasoft.com to get geoinformations. +## Features +* find streetnames +* find postcode by city name +* find city by postcode +* find canton by postcode +* find canton by city +* find cities nearby From 1b14b0864d15a16f8229118fc94e1504c790940f Mon Sep 17 00:00:00 2001 From: Peter Baettig Date: Fri, 17 Jan 2020 11:20:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe6624..b71a5b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # swissgeo -This library uses the public apis geo.admin.ch and swisspost.opendatasoft.com to get geoinformations. +This library uses the public apis geo.admin.ch and swisspost.opendatasoft.com to get swiss geoinformation. ## Features * find streetnames * find postcode by city name