Skip to content

soulprovidr/nudedisco

Repository files navigation

nudedisco

RSS-powered album reviews aggregator.

CI Deploy

Installation

  1. Install Elixir.

  2. Clone the project:

    $ git clone git@github.com:soulprovidr/nudedisco.git
    $ cd nudedisco
  3. Install the project dependencies:

    $ mix deps.get
  4. Run the project locally:

    $ iex -S mix

Deployment

  1. Set up environment variables:

    $ export OPENAI_API_KEY=your_api_key_here
  2. Build the release:

    $ MIX_ENV=prod mix release
  3. Run the release:

    $ _build/prod/rel/nudedisco/bin/nudedisco start

The application will be available at http://localhost:4000.

About

RSS-powered album reviews aggregator + playlist.

Topics

Resources

Stars

Watchers

Forks