Fetches an image of a cat with some custom text.Fetches an image of another cat with some more custom text.Binds these images together into one image. Saves the resulting image as a file
- Node version >= 14.20.0
- NPM version >= 6.14.17
Clone the project
git clone https://github.com/nipuna21018/cat-card-application
Go to the project directory
cd cat-card-application
Install dependencies
npm install
Create .env file
touch .env
Add & save below to .env
CAT_AS_A_SERVICE_URL=https://cataas.com/
Start the server
npm run start