Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeesto/temperature-blanket
Inspired by knitted/crocheted temperature blankets that have a row for every day of the year. The colour of the row corresponds to the temperature outside.
https://github.com/mikeesto/temperature-blanket
gatsby githubactions temperature-monitoring
Last synced: 1 day ago
JSON representation
Inspired by knitted/crocheted temperature blankets that have a row for every day of the year. The colour of the row corresponds to the temperature outside.
- Host: GitHub
- URL: https://github.com/mikeesto/temperature-blanket
- Owner: mikeesto
- License: mit
- Created: 2021-01-09T02:46:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T07:58:39.000Z (about 3 years ago)
- Last Synced: 2024-12-19T11:21:18.200Z (about 2 months ago)
- Topics: gatsby, githubactions, temperature-monitoring
- Language: JavaScript
- Homepage: https://temperature-blanket.netlify.app/
- Size: 487 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2021 Temperature Blanket
[https://temperature-blanket.netlify.app/](https://temperature-blanket.netlify.app/)
Inspired by knitted/crocheted temperature blankets that have a row for every day of the year. The colour of the row corresponds to the temperature outside. This digital temperature blanket is for Brisbane, Australia.
GitHub Actions are used to retrieve and store the daily temperature without needing to use a database. I found out about this useful trick from [Swyx's blog post](https://www.swyx.io/github-scraping/).