Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.08 KB

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