Skip to content

Commit

Permalink
Update discover feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiampojamarn authored Oct 20, 2024
1 parent 6fde68a commit d208ce2
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/routes/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,35 @@ router.get('/', async (req, res) => {
try {
const data = (
await Promise.all([
searchSearxng('site:businessinsider.com AI', {
searchSearxng('site:businessinsider.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:www.exchangewire.com AI', {
searchSearxng('site:www.npr.org', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:yahoo.com AI', {
searchSearxng('site:apnews.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:businessinsider.com tech', {
searchSearxng('site:www.nbcnews.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:www.exchangewire.com tech', {
searchSearxng('site:finance.yahoo.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:yahoo.com tech', {
searchSearxng('site:www.mercurynews.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:www.theverge.com', {
engines: ['bing news'],
pageno: 1,
}),
searchSearxng('site:techcrunch.com', {
engines: ['bing news'],
pageno: 1,
}),
Expand Down

0 comments on commit d208ce2

Please sign in to comment.