Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quintenbruynseraede/time2go
time2go helps you find the best moment to go outside
https://github.com/quintenbruynseraede/time2go
golang htmx tailwind webapp
Last synced: about 2 months ago
JSON representation
time2go helps you find the best moment to go outside
- Host: GitHub
- URL: https://github.com/quintenbruynseraede/time2go
- Owner: QuintenBruynseraede
- License: mit
- Created: 2024-03-17T11:24:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T21:03:45.000Z (9 months ago)
- Last Synced: 2024-05-10T21:55:35.971Z (9 months ago)
- Topics: golang, htmx, tailwind, webapp
- Language: Go
- Homepage:
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
time2go helps you find the right moment to go outsideYou can use this simple web app to find the best moment to do an outdoor activity. After entering a duration, time range and location, you receive a suggested time to do your activity.
## How is a suggestion made?
Each hour is scored on three criteria: temperature, cloud cover and precipitation. A simple scoring function is applied to turn the value into a score. The sum of all scores is the total score of a certain moment.
Your final suggestion is the first moment that has the highest combined score over the requested duration.