Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
added singaporean news souce
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Aug 26, 2021
1 parent 6593bfc commit 6d308c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions commands/news/index.js
Expand Up @@ -490,6 +490,19 @@ module.exports = {
helpers: ["supinic"]
}
]
},
{
code: "sg",
language: "english",
sources: [
{
name: "CNA",
url: "https://www.channelnewsasia.com",
path: "api/v1",
endpoints: ["rss-outbound-feed?_format=xml&category=10416"],
helpers: ["supinic"]
}
]
}
],

Expand Down

0 comments on commit 6d308c3

Please sign in to comment.