blob: b46aa0cc87d0c654efcda654fe8e4269ada6a79f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# [Aurora-data](https://jakobst1n.github.io/Aurora-data/)

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
- 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&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/northern-lights?utm_source=unsplash&utm_medium=referral&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
```
|