@zzznpm/pia
v0.1.2
Published
Lightweight LLM/AI agent trend analyzer.
Downloads
20
Readme
PIA
A small tool that collects recent headlines from Hacker News, Reddit, and TechCrunch by keyword.
Usage
- Run the demo script to fetch last week’s results and generate output:
node demo.js
Import
- Import the key fetchers from the package entry point:
import {
fetchHackerNewsByKeyword,
fetchRedditByKeyword,
fetchTechCrunchByKeyword,
} from '@zzznpm/pia'Output
- A summary JSON is returned.
Tests
npm run test
