generated from toduyemi/project-template-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cce5608
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |