Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ soundfeed Public archive

Generate RSS feeds for any SoundCloud user

Notifications You must be signed in to change notification settings

adriankumpf/soundfeed

Repository files navigation

SoundFeed

Screenshot of SoundFeed

Prerequisites

  • Elixir
  • Node
  • Docker (only necessary to create a release)

Installation

First create an .env file in the root directory of the application with your SoundCloud client_id and source it:

CLIENT_ID=$your_client_id

Then run the setup task:

mix setup

And finally start the application with:

iex -S mix phx.server

Release

To build a minimal Docker container that runs the release:

make build