https://github.com/chefe/unews
undistracted news
https://github.com/chefe/unews
Last synced: about 1 year ago
JSON representation
undistracted news
- Host: GitHub
- URL: https://github.com/chefe/unews
- Owner: chefe
- License: mit
- Created: 2020-07-06T13:33:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T15:31:44.000Z (almost 6 years ago)
- Last Synced: 2024-04-18T20:02:09.060Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unews
undistracted news
## Usage
```sh
docker run --rm --name unews -p 8080:8080 chefe/unews:latest
```
## Supported feeds
* `http://[SERVER]:8080/20min.[EXT]` [20min.ch](https://www.20min.ch)
* `http://[SERVER]:8080/srf.[EXT]` [srf.ch](https://www.srf.ch)
### Supported extensions (format)
* `rss` [RSS 2.0](https://www.rssboard.org/rss-specification)
* `xml` [Atom](https://tools.ietf.org/html/rfc4287)
* `json` [JSON Feed Version 1](https://jsonfeed.org/version/1)