A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts a09901e44e
When fetching favicons, if a feed doens't have a site URL, fallback on
the root page of the domain.
2019-11-10 15:03:38 -05:00
config Implement basic favicon scraping 2019-11-10 14:23:07 -05:00
lib When fetching favicons, if a feed doens't have a site URL, fallback on 2019-11-10 15:03:38 -05:00
priv Show favicons in the web UI 2019-11-10 14:37:06 -05:00
test Initial commit 2019-02-11 17:22:35 -05:00
.formatter.exs Initial commit 2019-02-11 17:22:35 -05:00
.gitignore Don't ignore priv/static 2019-04-01 11:36:52 -04:00
README.md Initial commit 2019-02-11 17:22:35 -05:00
mix.exs Use latest version of Floki 2019-10-31 19:14:51 -04:00
mix.lock Use latest version of Floki 2019-10-31 19:14:51 -04:00

README.md

Frenzy

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more