commit 70841cb11f674df6c9eaef964c3dfd5453473a10
parent 39f012d2dd1ed4fa74b834720ed0405774026d69
Author: Cody Lewis <luxdotsugi@gmail.com>
Date: Mon, 10 Dec 2018 18:38:58 +1100
README update
Diffstat:
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,2 +0,0 @@
-# Quakometer
-A graph of the Earth quakes that have happened over the past day
diff --git a/README.org b/README.org
@@ -0,0 +1,14 @@
+#+TITLE: Quakometer
+#+AUTHOR: Cody Lewis
+A graph of the Earth quakes that have happened over the past day
+
+** Install
+#+BEGIN_SRC shell
+npm install
+#+END_SRC
+
+** Run
+#+BEGIN_SRC shell
+npm start
+#+END_SRC
+Then visit [[http://localhost:8080][localhost:8080]]
diff --git a/package-lock.json b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "socket",
+ "name": "quakometer",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,