Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 426 Bytes

JokeAPI

#beginnerfriendly

I made backend connection with public server(JokeAPI) that is demonstrated by this very project. Want to know your opinion. Welcome for contributions.

Here is the documentaion for Joke API for reference.

https://sv443.net/jokeapi/v2/

you can run this project by cloning the code and by typing following lines of code in the terminal

npm i

nodemon index.js

Website goes live at port 3000.