Skip to content

Memoyr/read-this-text-to-speech

Repository files navigation

Read that! - A basic text-to-speech tool

Small text to speech tool, for personal usage.

Using :

  • React
  • Next.js
  • Nextjs-auth
  • Google text-to-speech API

This is an MVP project.

Running Locally

1. Install Dependencies

npm i

2. Run App

npm run dev

3. Use It

The app require Google Authentication under the hood, create API credential and adjust your env variables.

Enable googlea API

oauthclient

  1. OAuth client ID
  2. Web application
  3. Authorised JavaScript origins -> http://localhost:3000
  4. Authorised redirect URIs -> http://localhost:3000/api/auth/callback/google

credentials consent

Updates

Some improvements are on the list :

Next up:

  • Design final choice for component lib - MUI or other
  • Darkmode setup
  • Design Shortcuts panel , add more shortcuts

About

A simple text-to-speech tool!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages