Kumpulan Jokes Bapack2 masa kini!
- ExpressJS
- Node Package Manager (NPM)
- Vercel
- clone this repository
- cd to root project directory
- execute
npm install
or justnpm i
- Run the server using
npm run dev
- then you can see like below after you have request to
http://localhost:3000
{
"name": "Welcome to the Jokes Bapack API! 🔥",
"version": "1.0.0",
"author": {
"name": "sendhyrama",
"email": "[email protected]",
"socials": "https://sendhyrama.dev/links"
},
"endpoints": {
"/text": "get all text jokes",
"/text/random": "get text jokes randomly"
}
}