Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc788fe

Browse files
authored
Update README.md
Update link to working API
1 parent fff99b7 commit fc788fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week2/practice-exercises/1-joke-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Did you know that there is an API for Chuck Norris jokes? That's incredible, right!?
44

5-
Write a small JavaScript function that calls this API [The Internet Chuck Norris Databases](http://www.icndb.com/api/) and returns a random joke. You'll be using the `node` command to execute the JavaScript file. To `GET` a random joke inside the function, use the API: http://www.icndb.com/api/ (see `node-fetch`). Make use of `async/await` and `try/catch`.
5+
Write a small JavaScript function that calls this API [The Internet Chuck Norris Databases](http://www.icndb.com/api/) and returns a random joke. You'll be using the `node` command to execute the JavaScript file. To `GET` a random joke inside the function, use the API: https://api.chucknorris.io/jokes/random (see `node-fetch`). Make use of `async/await` and `try/catch`.
66

77
Hints:
88

0 commit comments

Comments
 (0)