Skip to content

Commit

Permalink
Deploy to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
toduyemi committed Mar 28, 2024
0 parents commit cce5608
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.bundle.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions index.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*!
* @kurkle/color v0.3.2
* https://github.com/kurkle/color#readme
* (c) 2023 Jukka Kurkela
* Released under the MIT License
*/

/*!
* Chart.js v4.4.2
* https://www.chartjs.org
* (c) 2024 Chart.js Contributors
* Released under the MIT License
*/

/*!
* chartjs-adapter-date-fns v3.0.0
* https://www.chartjs.org
* (c) 2022 chartjs-adapter-date-fns Contributors
* Released under the MIT license
*/

/*!
* chartjs-plugin-datalabels v2.2.0
* https://chartjs-plugin-datalabels.netlify.app
* (c) 2017-2022 chartjs-plugin-datalabels contributors
* Released under the MIT license
*/
1 change: 1 addition & 0 deletions index.bundle.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>get yo weather</title><script defer="defer" src="index.bundle.js"></script></head><body><header><h1>get yo weather</h1><h1 id="user-date"></h1><label for="unit-toggle" class="switch"><input id="unit-toggle" type="checkbox"> <span class="slider"></span></label></header><div id="search-form" type="text" placeholder="Location/City..."></div><div id="output-overlay"><h1 id="output-title"></h1><section id="current-ctr"></section><section id="daily-forecast">cards of data</section><section id="charts-ctr"><div class="chart-ctr"><div class="colSmall"><canvas id="temp-chart2"></canvas></div><div class="colLarge"><div class="box"><canvas id="temp-chart1"></canvas></div></div></div></section></div><template id="daily-template"><li><div class="card"><div class="date"></div><div class="icon"></div><div class="description"></div><div class="high"></div><div class="low"></div></div></li></template><template id="current-template"><h2 class="section-title">Current weather</h2><h1 id="temp-output"></h1><div id="icon-ctr"><h3 id="description-output"></h3></div><h3 id="feels-like">Feels like<div id="temp"><h2></h2></div></h3></template></body></html>

0 comments on commit cce5608

Please sign in to comment.