https://github.com/kapilsinghnegi/joke-teller
Fetches a random joke from Joke API and then converts it to speech using Text-to-Speech API. It voices the joke every time the button is clicked.
https://github.com/kapilsinghnegi/joke-teller
css html javascript jokeapi joketeller rapidapi text-to-speech voicerss-api
Last synced: 3 months ago
JSON representation
Fetches a random joke from Joke API and then converts it to speech using Text-to-Speech API. It voices the joke every time the button is clicked.
- Host: GitHub
- URL: https://github.com/kapilsinghnegi/joke-teller
- Owner: kapilsinghnegi
- Created: 2024-01-04T12:03:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T23:55:12.000Z (over 2 years ago)
- Last Synced: 2025-04-06T18:47:29.599Z (over 1 year ago)
- Topics: css, html, javascript, jokeapi, joketeller, rapidapi, text-to-speech, voicerss-api
- Language: JavaScript
- Homepage: https://kapilsinghnegi.github.io/Joke-Teller/
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joke-Teller
Joke Teller uses JavaScript to fetch a random joke and convert it into a text-to-speech using voiceRSS API and Rapid API. It voices the joke every time the button is clicked.
## Introduction
This web application project makes an asynchronous fetch request to Joke API to get a random joke and converts the joke into speech using voiceRSS API and Rapid API. It voices the joke aloud every time the button is clicked. It can be fun for a few minutes listening to your computer tell you some jokes.
## Contributing
If you want to contribute to this project or report issues, please visit the [GitHub repository](https://github.com/kapilsinghnegi/Joke-Teller/).
Thank you for using Joke Teller! Enjoy hearing jokes.