This repo is an older version. Latest version: https://github.com/vivek-nexus/listen
A text to speech web application that speaks word, sentences or even long articles in a music player like interface.
View the app at https://www.vivek.nexus/listen-v4
Pass the article text as a URL parameter. URL encode the text for sanity.
Pass the link as a URL parameter. Make sure to allow cross origin requests (CORS) on your website server from https://www.vivek.nexus origin.
- If you use no-code hosting methods, consult your hosting provider's documentation to enable CORS
- If you control the code on your server, see https://www.w3.org/wiki/CORS_Enabled for instructions
Example: https://www.vivek.nexus/listen-v4/app?url=https://ideas.ted.com/how-to-handle-anxiety-lionel
- On your blog pages, load the site as an iframe in a suitable way. Make sure the iframe size is at least 360px by 780px for optimal UI experience.
- Use URL params to send your article
- On your blog page, provide a button such as
Listen to this article
- On click of the button, open Listen in a new tab. Send your article using URL params.
Create an issue here https://github.com/vivek-nexus/listen-v4/issues