-
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
1 parent
7186fb0
commit a514e6e
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
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
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,11 @@ | ||
# AZStocker | ||
|
||
[![AZStocker](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/azstocker) | ||
|
||
Check it out at [azstocker.com](https://azstocker.com)! | ||
|
||
AZStocker is a web application that provides searchable and on-demand information about fish stocking in Arizona. The AZ Game and Fish Department provides stocking calendars using Google Sheets, which are generally difficult to read and search. AZStocker parses the sheets and provides this data in a more user-friendly and searchable format. Users can search, sort by recent or upcoming stocking, and save their favorite lakes. | ||
|
||
It uses `babyapi` to quickly and easily build a JSON API and Client. Then, Go HTML templates are used to render webpages with [HTMX](https://htmx.org) and [Hyperscript](https://hyperscript.org) for user-interactivity. | ||
|
||
This is deployed serverlessly on [fly.io](https://fly.io). |