A simple tool to fetch news headlines from different news sources.
- REST Api endpoints. See the OpenAPI schema here.
- A basic UI to see the headlines
Get the latest version from the release page
docker run -p 8081:8080 ghcr.io/shaharia-lab/headlines:{VERSION}
Download the binary from the release page
Please clone the repository and run the following command.
go run . -port 8080
Please go to http://localhost:8080 to see the UI.
It's very easy to add more news sources. Feel free to create a PR or. If you have any issues, please feel free to submit an issue here.
Please see the license here.