adding some markdown files

This commit is contained in:
2026-01-07 12:28:01 -07:00
parent f7766ff77f
commit 81864113f2
2 changed files with 41 additions and 0 deletions

25
CHANGELOG.md Normal file
View File

@@ -0,0 +1,25 @@
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
-
### Changed
-
### Fixed
-
### Removed
-

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Weather
Just a basic weather page that I built as an experiment.
### Current Iteration
- Show the current weather for a given area
- This area is currently only determined by data provided using JSON files
- JSON files are fetched from U.S. National Weather Service API
- Fetches hourly, daily, and weekly reports multiple times a day
- JSON files are stored for historical purposes
### Future Ideas
- Use historical JSON data to compare how weekly predictions compared against daily observations
- Have a "rewind" feature to find observed weather on a given day