Example Node.js application to demonstrate parsing exchange rates data with AI
- Get your
API-KEY
in Google AI Studio - Execute following commands:
git clone [email protected]:Sherlockboy/gemini-node-scraper.git
cd gemini-node-scraper
npm install
cp .env.example .env
npm run start