From 81864113f24a32095b035bdc3aeff555608683f3 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 7 Jan 2026 12:28:01 -0700 Subject: [PATCH] adding some markdown files --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..76add9f --- /dev/null +++ b/CHANGELOG.md @@ -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 + +- + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fa81aa --- /dev/null +++ b/README.md @@ -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