A minimal, self-hosted RSS aggregator that implements the Fever API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Shadowfacts 4e484cac92
Fix read/unread multiple endpoints not returning ids as strings
4 months ago
assets Update to bootstrap 5 9 months ago
config Switch to esbuild 9 months ago
lib Fix read/unread multiple endpoints not returning ids as strings 4 months ago
priv Switch to esbuild 9 months ago
test Switch to Mojito for HTTP requests 3 years ago
.formatter.exs Initial commit 4 years ago
.gitignore Reintroduce Webpack and add Phoenix LiveView 3 years ago
README.md Initial commit 4 years ago
mix.exs Switch to esbuild 9 months ago
mix.lock Update feed_parser 5 months ago

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