Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
/ agg Public archive

internet aggregator. moved to https://codeberg.org/mayantm/agg

License

Notifications You must be signed in to change notification settings

mayant15/agg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agg

A simple CLI aggregator that presents 3 recent articles from predefined sources.

Usage

bun install
bun run src/index.ts

All available settings are at the top of index.ts in the config object.

agg doesn't use any Bun specific APIs so it can run on Node too with ts-node or similar.