bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Use an API to write a daily joke #124

Closed melihozcan1 closed 3 years ago

melihozcan1 commented 3 years ago

I thought it would make the app more to have daily jokes. I will use a free API for that purpose.

melihozcan1 commented 3 years ago

I used chucknorris.io which is a JSON API. Given a category, it returns a random joke related to that category. Here is the documentation