https://github.com/arjunmahishi/blogspot-tts
A text-to-speech interface to let users 'listen' to blog posts instead of reading them.
https://github.com/arjunmahishi/blogspot-tts
blogspot tts
Last synced: 8 months ago
JSON representation
A text-to-speech interface to let users 'listen' to blog posts instead of reading them.
- Host: GitHub
- URL: https://github.com/arjunmahishi/blogspot-tts
- Owner: arjunmahishi
- License: gpl-3.0
- Created: 2017-01-19T12:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T12:53:02.000Z (over 9 years ago)
- Last Synced: 2025-08-21T01:25:29.249Z (10 months ago)
- Topics: blogspot, tts
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogspot-TTS
A text-to-speech interface to let users 'listen' to blog posts instead of reading them.
[Click here](https://arjunmahishi.github.io/blogspot-tts/) for demo
[Click here](http://teckguide.blogspot.com/2016/12/your-own-jarvis.html) to see it live on a blog
# Instructions to install on Blogspot
Paste the following code snippet where ever you want to see the tts control buttons
```
Listen to the post instead of reading it (if you are busy)
```
# Credits
The ResponsiveVoice API was downloaded from [http://responsivevoice.org/](http://responsivevoice.org/). My code is just a wrapper built on top of it.