# 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:

```/dev/null/README-example.mjs#L1-5
import {
    fetchHackerNewsByKeyword,
    fetchRedditByKeyword,
    fetchTechCrunchByKeyword,
} from '@zzznpm/pia'
```

## Output

- A summary JSON is returned.

## Tests

- `npm run test`
