aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <jakobste@uio.no>2020-10-14 14:21:00 +0200
committerJakob Stendahl <jakobste@uio.no>2020-10-14 14:21:00 +0200
commitfc92c7136fe8b094e6e7e59e4de4a84a4c12a413 (patch)
tree870ab44fc4d660655423cd28187e8503b4ead701
parent4a5ada21c5048ea0c1adfb0625b6340f58e6e25f (diff)
downloadAurora-data-fc92c7136fe8b094e6e7e59e4de4a84a4c12a413.tar.gz
Aurora-data-fc92c7136fe8b094e6e7e59e4de4a84a4c12a413.zip
Update readme and add screenshot
-rw-r--r--README.md17
-rw-r--r--screenshot.pngbin0 -> 1544655 bytes
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb9ed53..b46aa0c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,24 @@
# [Aurora-data](https://jakobst1n.github.io/Aurora-data/)
+
+![Image of current design](https://github.com/JakobST1n/Aurora-data/blob/master/screenshot.png)
This is very much a work in progress, the idea is to collect all the information you would want when
hunting for northern lights. In a Progressive web app, which polls all API's directly from your device.
-# Credits
+## Credits
- All data related to space weather is from [USA National Space Weather Prediction Center](https://www.swpc.noaa.gov).
- All weather data is from [MET Norway](https://met.no).
- Background photo by [Jonatan Pie](https://unsplash.com/@r3dmax?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/northern-lights?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText).
- Location name is pulled from [geocode](https://geocode.xyz/api).
+
+## Usage
+To use the app in its current state, go [here](https://jakobst1n.github.io/Aurora-data/).
+
+
+To test it for youself or to test while coding run:
+```shell
+npm run dev
+```
+And the site will be on:
+```
+http://localhost:3000/Aurora-data
+```
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..2a2af74
--- /dev/null
+++ b/screenshot.png
Binary files differ