A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts cfd9f7505a
Rewrite image URLs without hosts to use the host of the article URL
2019-10-31 17:38:16 -04:00
config Initial commit 2019-02-11 17:22:35 -05:00
lib Rewrite image URLs without hosts to use the host of the article URL 2019-10-31 17:38:16 -04:00
priv Add blockquote style 2019-10-31 15:30:47 -04: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 feed_parser instead of fiet 2019-09-01 16:46:56 -04:00
mix.lock Use feed_parser instead of fiet 2019-09-01 16:46:56 -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