diff --git a/.env b/.env
index 6f59eb4..608ccc5 100644
--- a/.env
+++ b/.env
@@ -3,6 +3,6 @@
# collaborators will be able to see your .env values
# reference these in your code with process.env.SECRET_NAME
-DARKSKY_API_KEY="_PUT_YOUR_DARK_SKY_API_KEY_HERE_"
+OPEN_WEATHER_MAP_API_KEY="_PUT_YOUR_OPEN_WEATHER_MAP_API_KEY_HERE_"
# note: .env is a shell file so there can't be spaces around =
diff --git a/package.json b/package.json
index d881c81..e980e2f 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"start": "node server.js"
},
"dependencies": {
+ "dotenv": "^8.2.0",
"express": "^4.16.4",
"express-http-to-https": "^1.1.4",
"node-fetch": "^2.3.0"
diff --git a/public/images/01d.png b/public/images/01d.png
new file mode 100644
index 0000000..ed42ad9
Binary files /dev/null and b/public/images/01d.png differ
diff --git a/public/images/01n.png b/public/images/01n.png
new file mode 100644
index 0000000..85efa16
Binary files /dev/null and b/public/images/01n.png differ
diff --git a/public/images/02d.png b/public/images/02d.png
new file mode 100644
index 0000000..fabd9c3
Binary files /dev/null and b/public/images/02d.png differ
diff --git a/public/images/02n.png b/public/images/02n.png
new file mode 100644
index 0000000..288a40e
Binary files /dev/null and b/public/images/02n.png differ
diff --git a/public/images/03d.png b/public/images/03d.png
new file mode 100644
index 0000000..ef2e9f7
Binary files /dev/null and b/public/images/03d.png differ
diff --git a/public/images/03n.png b/public/images/03n.png
new file mode 100644
index 0000000..ef2e9f7
Binary files /dev/null and b/public/images/03n.png differ
diff --git a/public/images/04d.png b/public/images/04d.png
new file mode 100644
index 0000000..9c64ea8
Binary files /dev/null and b/public/images/04d.png differ
diff --git a/public/images/04n.png b/public/images/04n.png
new file mode 100644
index 0000000..9c64ea8
Binary files /dev/null and b/public/images/04n.png differ
diff --git a/public/images/09d.png b/public/images/09d.png
new file mode 100644
index 0000000..0f14cb6
Binary files /dev/null and b/public/images/09d.png differ
diff --git a/public/images/09n.png b/public/images/09n.png
new file mode 100644
index 0000000..0f14cb6
Binary files /dev/null and b/public/images/09n.png differ
diff --git a/public/images/10d.png b/public/images/10d.png
new file mode 100644
index 0000000..62304fd
Binary files /dev/null and b/public/images/10d.png differ
diff --git a/public/images/10n.png b/public/images/10n.png
new file mode 100644
index 0000000..b5e5d10
Binary files /dev/null and b/public/images/10n.png differ
diff --git a/public/images/11d.png b/public/images/11d.png
new file mode 100644
index 0000000..4a885cf
Binary files /dev/null and b/public/images/11d.png differ
diff --git a/public/images/11n.png b/public/images/11n.png
new file mode 100644
index 0000000..4a885cf
Binary files /dev/null and b/public/images/11n.png differ
diff --git a/public/images/13d.png b/public/images/13d.png
new file mode 100644
index 0000000..7867322
Binary files /dev/null and b/public/images/13d.png differ
diff --git a/public/images/13n.png b/public/images/13n.png
new file mode 100644
index 0000000..7867322
Binary files /dev/null and b/public/images/13n.png differ
diff --git a/public/images/50d.png b/public/images/50d.png
new file mode 100644
index 0000000..f04122b
Binary files /dev/null and b/public/images/50d.png differ
diff --git a/public/images/50n.png b/public/images/50n.png
new file mode 100644
index 0000000..f04122b
Binary files /dev/null and b/public/images/50n.png differ
diff --git a/public/images/clear-day.svg b/public/images/clear-day.svg
deleted file mode 100644
index 7197f0f..0000000
--- a/public/images/clear-day.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/clear-night.svg b/public/images/clear-night.svg
deleted file mode 100644
index aa663b3..0000000
--- a/public/images/clear-night.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/cloudy.svg b/public/images/cloudy.svg
deleted file mode 100644
index b78362c..0000000
--- a/public/images/cloudy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/fog.svg b/public/images/fog.svg
deleted file mode 100644
index b1d7700..0000000
--- a/public/images/fog.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/hail.svg b/public/images/hail.svg
deleted file mode 100644
index 019e389..0000000
--- a/public/images/hail.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/partly-cloudy-day.svg b/public/images/partly-cloudy-day.svg
deleted file mode 100644
index 5df06a5..0000000
--- a/public/images/partly-cloudy-day.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/partly-cloudy-night.svg b/public/images/partly-cloudy-night.svg
deleted file mode 100644
index af9c791..0000000
--- a/public/images/partly-cloudy-night.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/rain.svg b/public/images/rain.svg
deleted file mode 100644
index 308bab7..0000000
--- a/public/images/rain.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/sleet.svg b/public/images/sleet.svg
deleted file mode 100644
index a374151..0000000
--- a/public/images/sleet.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/snow.svg b/public/images/snow.svg
deleted file mode 100644
index 0e76792..0000000
--- a/public/images/snow.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/thunderstorm.svg b/public/images/thunderstorm.svg
deleted file mode 100644
index 608a7ca..0000000
--- a/public/images/thunderstorm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/tornado.svg b/public/images/tornado.svg
deleted file mode 100644
index 7bc1fb3..0000000
--- a/public/images/tornado.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/images/wind.svg b/public/images/wind.svg
deleted file mode 100644
index d613313..0000000
--- a/public/images/wind.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 1eee1c1..a5bd0f3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -38,8 +38,8 @@