- Express - Web framework
- Cors - Cross-origin resource sharing middleware for Express
- Dotenv - Loads environment variables from a .env file
- Node-Fetch - A light-weight module that brings window.fetch to Node.js
Create a .env file in the root directory or set environment variables for the following:
PALM_API_KEY- Get it from MakerSuite
npm installnpm start