Go application that reads RSS feeds defined in data/data.json and provides all on one HTML page.
- Go must have been installed
Switch to the folder in which this file resides and call
go build./newsappPoint your browser to http://localhost:8080.
To create a Docker image:
docker build -t windsource/newsapp .To run the image
docker run -p 8080:8080 windsource/newsapp