Skip to content

Instantly share code, notes, and snippets.

View Jared-Kehh's full-sized avatar

Jared Keh Jared-Kehh

View GitHub Profile
// News Sentiment Analyzer
// Fetches 5 headlines from Google News RSS, scores them with OpenAI,
// and prints a Global Risk Score.
//
// Usage:
// OPENAI_API_KEY=your_key_here node news-sentiment.js
//
// Dependencies:
// npm install openai