adding some markdown files
This commit is contained in:
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal 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
16
README.md
Normal 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
|
||||||
Reference in New Issue
Block a user