1
0

Update to weather webapp to use weatherstack data instead of darksky

This commit is contained in:
JayWll
2020-04-13 14:42:21 -06:00
parent c73e4f803c
commit 0be39f69ef
3 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<body>
<div class="main-content">
{{>header}}
<p>This site was created by Jason Williams. It uses data from mapbox.com and darksky.net!</p>
<p>This site was created by Jason Williams. It uses data from mapbox.com and weatherstack.com!</p>
<img class="portrait" src="/img/me.jpg">
</div>