From 3b1a2a55d2d8135e2550b577abfafdf1208b0722 Mon Sep 17 00:00:00 2001 From: LEE WOONG JAE <2woongjae@vtouch.kr> Date: Mon, 14 Dec 2015 20:07:45 +0900 Subject: [PATCH] add data interface --- data.json | 1 + index.html | 45 ++++++++++++++++++++ main.js | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 1 + 4 files changed, 160 insertions(+) create mode 100644 data.json diff --git a/data.json b/data.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/data.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/index.html b/index.html index 8d710f0..29e299f 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,50 @@