Skip to content

shaharia-lab/headlines

Repository files navigation

headlines

A simple tool to fetch news headlines from different news sources.

Features

  • REST Api endpoints. See the OpenAPI schema here.
  • A basic UI to see the headlines

image

Installation

Using Docker

Get the latest version from the release page

docker run -p 8081:8080 ghcr.io/shaharia-lab/headlines:{VERSION}

Using Binary

Download the binary from the release page

Run from source

Please clone the repository and run the following command.

go run . -port 8080

Please go to http://localhost:8080 to see the UI.

Contribution

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.

License

Please see the license here.