Skip to content

outten45/lyfeed

Repository files navigation

lyfeed

An experimental Go web application.

Building

Use glide to build. Fetch dependencies use:

$ glide install

Use go commands to build:

$ go build -v github.com/outten45/lyfeed/lyfeed/cmd/...

Goals

  • Pull in a feed (RSS/Atom) and display an a page.
  • Be a self contained executable including storage (like sqlite).
  • Caveat: HTML, CSS ad JavaScript can be external files.
  • Allow users to comment on items in the feeds.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages