newster
v1.0.1
Published
newsterAI turns fresh AI news into calm terminal-ready takes.
Downloads
33
Maintainers
Readme
newsterAI
A tiny terminal sidekick that turns fresh AI news into calm one-line takes.
npx newsterUsers do not need their own GNews key. The public CLI calls the hosted newsterAI Netlify Function, and that function keeps the GNews key pool private.
Maintainer Setup
Add this in Netlify environment variables:
GNEWS_API_KEYS=key_one,key_two,key_threeThe hosted endpoint is:
https://cheery-speculoos-f21fce.netlify.app/api/newsIf the Netlify site uses a different domain, update DEFAULT_NEWS_ENDPOINT in src/config.js before publishing the npm package.
