Example Node.js application to demonstrate parsing exchange rates data with AI
- Get your
API-KEYin Google AI Studio - Execute following commands:
git clone git@github.com:Sherlockboy/gemini-node-scraper.git cd gemini-node-scraper npm install cp .env.example .env npm run start