Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capjamesg/spontaneity-rss
RSS Feed for @telepathics' Spontaneity Generator
https://github.com/capjamesg/spontaneity-rss
rss
Last synced: 9 days ago
JSON representation
RSS Feed for @telepathics' Spontaneity Generator
- Host: GitHub
- URL: https://github.com/capjamesg/spontaneity-rss
- Owner: capjamesg
- License: mit-0
- Created: 2022-01-15T13:57:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T19:31:00.000Z (about 2 years ago)
- Last Synced: 2024-12-15T07:48:56.807Z (10 days ago)
- Topics: rss
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spontaneity Generator RSS
This project provides an RSS wrapper around [@telepathics' Spontaneity Generator](https://github.com/telepathics/spontaneity-generator), a
project that generates a random and interesting task for you to do.To subscribe to the RSS feed, enter the following URL into your feed reader:
https://task.jamesg.blog/
## Setup
First, install the required dependencies for this project:
npm install
Next, run the regenerate.js file to create the basic RSS feed file:
node regenerate.js
Once you have run the regenerate.js script, you are ready to run the web app:
node app.js
It is recommended that you run a cron script every day to regenerate the RSS feed.
The feed only contains one entry which is replaced whenever the regenerate.js script is run.
## Project Views
This project uses the following view:
- / - The project RSS file.
To subscribe to this project, enter https://task.jamesg.blog into your feed reader. You will receive daily updates from the feed with a new task to try.
## Technology Stack
This project uses Node.js.
## Acknowledgements
This project only provides an RSS wrapper around a web app. Thus, @telepathics' main project deserves the credit for the data you see in the feed.
## Contributors
- capjamesg