The purpose of this repository is to provide a public and open-source list of rss sources that can be used by the Unconditional. project.
The list is stored in the source.json file. The file contains a list of objects. Each object represents a source. The object has the following structure:
{
"name": "The name of the source",
"url": "The url of the rss feed",
}
To add a new source is very simple:
- Fork the repository
- Add the new source to the source.json file following the structure above
- Make a pull request
- Wait for the pull request to be accepted and merged
Any contribution is welcome. If you want to contribute just fork the repository and make a pull request. If you have any question just open an issue and I will try to answer as soon as possible.