Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News app

Go application that reads RSS feeds defined in data/data.json and provides all on one HTML page.

Preparation

  1. Go must have been installed

Build

Switch to the folder in which this file resides and call

go build

Run

./newsapp

Point your browser to http://localhost:8080.

Docker

To create a Docker image:

docker build -t windsource/newsapp .

To run the image

docker run -p 8080:8080 windsource/newsapp

About

Present RSS feeds as HTML

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages