An open API service indexing awesome lists of open source software.

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.

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.