Skip to content

dimitri4788/textToSpeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-To-Speech Application

An application for people who don't like/want to read a long text and would prefer the text to be read to them. Simple to use, just copy-and-paste the text you want to be read, press enter, and sit back and relax.

Website

Click here to use the application

Running Locally

# Install the dependencies
$ npm install

# Run the app locally
$ npm start

NOTE: Your app should now be running on http://localhost:5000

Deploying to Heroku

# Install Heroku CLI Toolbelt: https://toolbelt.heroku.com/
$ heroku login
$ heroku apps:create [YOURAPPNAME]
$ git push heroku master
$ heroku open

Extras

For more information about using Node.js on Heroku, see these Dev Center articles:

Screenshot

Author

Deep Aggarwal
deep.uiuc@gmail.com
Date Started: 10/11/2016

About

An application to convert text to speech.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published