Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mekb-turtle/rss
A simple RSS client
https://github.com/mekb-turtle/rss
rss rss-feed
Last synced: 11 days ago
JSON representation
A simple RSS client
- Host: GitHub
- URL: https://github.com/mekb-turtle/rss
- Owner: mekb-turtle
- Created: 2022-07-02T01:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T04:49:28.000Z (over 2 years ago)
- Last Synced: 2024-10-11T18:58:46.705Z (about 1 month ago)
- Topics: rss, rss-feed
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rss
A simple RSS client### Get started
- Clone or download the repository
- Create `list.json` and edit it
- Create an object in the root object, name it whatever you like
- Create a string named `url` in that object, and set it to the URL of the RSS feed in XMLExample:
{
"reddit": {
"url": "https://reddit.com/.rss"
}
}- Run `node .` to fetch the URLs and send a notification to you every time something is new
- You can set up a system timer to run the script every so often