This repository contains code for the StellarPing website which shows and notify about Astronomical events based on user location.
- Go
- Templ
- HTMX
Contributions are welcome! To contribute to this project:
git clone https://github.com/<username>/StellarPing
git remote add upstream https://github.com/FulgurCode/StellarPing
git checkout -b feature
git commit -am "Add new feature"
git checkout main
git pull upstream main
git checkout feature
git rebase main
git push origin feature
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see GPLv3.