-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.html
18 lines (17 loc) · 1.06 KB
/
report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Report</title>
</head>
<body>
<h1>Link to finished website:</h1>
<a href="https://https://hackisonjd.github.io/343-f22-p2/"></a>
<h1>Documentation:</h1>
<p>This app is designed with heavy inspiration from a weather station I had growing up, the <a href="https://www.bushnelloptics.com/bushnell-weather-instruments-weatherfx.html">Bushnell Wireless FX 5</a>. It is designed to show the weather given a location check.</p>
<p>The app connects to two APIs, the <a href="https://open-meteo.com/en/docs">Weather Forecast API</a> provided by Open-Meteo, and the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API">Geolocation API</a> present in many browsers natively.</p>
<p>This app satisfies the requirements of the assignment because it is responsive, uses two different APIs, and displays results to a query.</p>
</body>
</html>