Example of node.js, typescript, express.js, circuit-breaker-patter, gif API
- https://tenor.com/ or any other third party API can be used.
##steps to generate api key (for https://tenor.com/)
- go to https://tenor.com/developer/keyregistration and follow the below steps.
- signIn with google account and verify the email recieved in your inbox.
- After successful signIn, update the basic profile details
- Now fill the app details and click on the button.
- Boom!, Now your API key has been generated. Copy this key and put in .env file
npm install
: installs the dependencynpm run dev
: start development server watching changes in ./srcnpm start
: start production server running the compiled app- Now project is running on port 80. Open postman and hit endpoint http://localhost:80/v1/gifSearch?q=car&limit=10
Give a ⭐️ if this project helped you!