Skip to content

simondanielsson/recite

Repository files navigation

recite logo

recite

Go Lint Unit Tests

Listen to your favorite articles as if it was an audiobook.

This is a simple and accessible wrapper around OpenAI's TTS models.

How to run

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 building

Contributing

Always verify your code using

make ci

Adding database migrations

We use dbmate for migrations. After installing, create a new revision through

dbmate new <name_of_revision>

Apply the revision by running

dbmate up

About

Listen to your favorite articles as if they were audiobooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors