Listen to your favorite articles as if it was an audiobook.
This is a simple and accessible wrapper around OpenAI's TTS models.
The app comes in two version: as a CLI and as an API.
To build and launch the CLI version of recite, run
make
bin/cli "https://example-article.com/index"To run the API version, run
make api # or bin/api after buildingAlways verify your code using
make ciWe use dbmate for migrations. After installing, create a new revision through
dbmate new <name_of_revision>Apply the revision by running
dbmate up