From 6ada69a8d03247ff6ef401d7d2ac458fbba7e601 Mon Sep 17 00:00:00 2001
From: DerTyp187 <76851529+DerTyp187@users.noreply.github.com>
Date: Tue, 22 Mar 2022 13:04:34 +0100
Subject: [PATCH] Create README.md
---
README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a64b40a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# LocalAnalyzer
+Get sorted information of your area based on an OSM-File
+
+
+## Which data gets selected? (currently)
+ - Accessibility of public transport
+ - Train
+ - Bus
+ - Tram
+ - Light rail
+ - Subway
+ - Places
+ - Shops
+ - Schools
+
+### Sources
+This project uses the OpenStreetMap data.
+
+To reveice the OSM-File of the selected area we use the Overpass-API.