summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiyadh Al Nur <riyadhalnur@verticalaxisbd.com>2020-03-31 15:29:09 +0800
committerRiyadh Al Nur <riyadhalnur@verticalaxisbd.com>2020-03-31 15:29:09 +0800
commit81343f8d70edfbaa3be7d41083c4c9f09f4a4ecc (patch)
tree7eae9c30b44f2c8dbbd5a5ee2ac07d446d0b015c
parenteb92e6934cbb30ef9943c9f2cf21eab7b51c381b (diff)
Mover code to src folder
-rwxr-xr-xsrc/cli.js (renamed from cli.js)2
-rw-r--r--src/index.js (renamed from index.js)0
-rw-r--r--src/schema.js (renamed from schema.js)0
3 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/src/cli.js
index 36b1dbf..e79df47 100755
--- a/cli.js
+++ b/src/cli.js
@@ -12,7 +12,7 @@ Usage
$ weather <input>
Options
- --city, -c City you want to lookup weather for
+ --city, -c City you want to lookup weather for (add state code after city name if city exists in multiple places)
--country, -C Country you want to lookup weather for
--scale, -s Weather scale. Defaults to Celcius
--help Show this help message
diff --git a/index.js b/src/index.js
index 129cdda..129cdda 100644
--- a/index.js
+++ b/src/index.js
diff --git a/schema.js b/src/schema.js
index 798906d..798906d 100644
--- a/schema.js
+++ b/src/schema.js