From 8c2bfe201a16d469bb2b247a5d0821f2e37d3c9c Mon Sep 17 00:00:00 2001 From: changicho Date: Mon, 22 Jun 2020 14:18:41 +0900 Subject: [PATCH] Feat: Add 21 - Geolocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ?: navigator.geolocation을 이용한 가속도 센서 브라우저의 해당 객체를 이용해 방향, 속도를 이용할 수 있음 --- 21 - Geolocation/.gitignore | 1 + 21 - Geolocation/changi.html | 114 +++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 21 - Geolocation/.gitignore create mode 100644 21 - Geolocation/changi.html diff --git a/21 - Geolocation/.gitignore b/21 - Geolocation/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/21 - Geolocation/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/21 - Geolocation/changi.html b/21 - Geolocation/changi.html new file mode 100644 index 0000000..394ab28 --- /dev/null +++ b/21 - Geolocation/changi.html @@ -0,0 +1,114 @@ + + + + + Document + + + + + + + + + + + + + + + + +

+ 0 + KM/H +

+ + + + +