Skip to content

glimmerglass/parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

687 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Parser

This Next.js project fetches news articles and displays them on the /news page.

Environment Variables

Create a .env.local file or add variables in your deployment environment.

  • NEWS_API_URL – backend endpoint used by /api/news.
  • GEMINI_API_KEY – API key for the summarization helper.
  • GAPPS_FEED_URL – Google Apps Script endpoint providing JSON for the /news page. Ensure this variable is also configured in Vercel’s Environment Variables.

About

📜 Extract meaningful content from the chaos of a web page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.0%
  • C# 2.0%