Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eligundry/tidbyt
A collection of widgets for my Tidbyt
https://github.com/eligundry/tidbyt
Last synced: 13 days ago
JSON representation
A collection of widgets for my Tidbyt
- Host: GitHub
- URL: https://github.com/eligundry/tidbyt
- Owner: eligundry
- Created: 2022-06-25T06:49:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T04:42:57.000Z (over 1 year ago)
- Last Synced: 2024-11-05T22:16:08.117Z (2 months ago)
- Language: Starlark
- Size: 123 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tidbyt
Custom widgets for my [Tidbyt](https://tidbyt.com/).
## Widgets
- [`feelings.star`](./feelings.star) - show my latest Daylio entry's mood. [Read more](https://eligundry.com/blog/feelings-api)
- [`dril.star`](./dril.star) - show a random [@dril](https://twitter.com/dril) tweet## Lambda
These widgets are too niche to merit submission to Tidbyt's community service. That said, I do like to keep them up to
date. As such, I created a Lambda that will regenerate them hourly. This can be found in [`server/handler.ts`](./server/handler.ts).
I have purposefully not wired up a Github Action to ship these changes automatically, so I must deploy locally.```bash
$ cd server
$ serverless deploy
```