Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwelke/feels-like
https://github.com/mattwelke/feels-like
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattwelke/feels-like
- Owner: mattwelke
- Created: 2024-07-26T19:23:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T19:25:04.000Z (5 months ago)
- Last Synced: 2024-10-14T02:24:12.581Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feels-like
Parses https://www.theweathernetwork.com/en/city/ca/ontario/toronto/hourly to see what the "feels like" temperature is between 7pm-10pm over the next three days.
Example:
```
python main.py
``````
Day: Fri Jul 26, Time: 7pm, Feels Like: 27 °C
Day: Fri Jul 26, Time: 8pm, Feels Like: 27 °C
Day: Fri Jul 26, Time: 9pm, Feels Like: 24 °C
Day: Sat Jul 27, Time: 7pm, Feels Like: 29 °C
Day: Sat Jul 27, Time: 8pm, Feels Like: 29 °C
Day: Sat Jul 27, Time: 9pm, Feels Like: 26 °C
Day: Sun Jul 28, Time: 7pm, Feels Like: 33 °C
Day: Sun Jul 28, Time: 8pm, Feels Like: 32 °C
Day: Sun Jul 28, Time: 9pm, Feels Like: 31 °C
```Note that each time refers to a one hour period beginning at the indicated time. For example, 7pm means 7pm-8pm.