outten45 / lyfeed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%