Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```