Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated readme file
  • Loading branch information
kapilsinghnegi committed Jan 4, 2024
1 parent 4955493 commit 312c42d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Joke-Teller
# 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.

0 comments on commit 312c42d

Please sign in to comment.