An Ash-based application to manage Podcast subscriptions and assets.
Find a file
James Harton 1226095b31
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore: unlock unused deps.
2024-08-17 19:56:33 +12:00
.vscode chore: initial import from old repo and brain dump. 2024-05-28 12:11:37 +12:00
config feat: podcast downloading works (at least for one feed I'm testing here). 2024-07-26 21:42:30 +12:00
lib feat: podcast downloading works (at least for one feed I'm testing here). 2024-07-26 21:42:30 +12:00
priv wip: working on feed mapping. 2024-07-18 20:32:21 +12:00
test wip: working on feed mapping. 2024-07-18 20:32:21 +12:00
.dialyzer_ignore.exs chore: add CI configuration. 2024-07-26 22:05:24 +12:00
.doctor.exs chore: add CI configuration. 2024-07-26 22:05:24 +12:00
.drone.yml chore: add CI configuration. 2024-07-26 22:05:24 +12:00
.formatter.exs chore: initial import from old repo and brain dump. 2024-05-28 12:11:37 +12:00
.gitignore feat: asset downloading. 2024-05-22 13:19:56 +12:00
.tool-versions chore(deps): update dependency erlang to v27.0.1 2024-07-27 09:23:56 +12:00
CHANGELOG.md chore: release version v0.1.0 2024-07-26 21:42:40 +12:00
mix.exs chore: add CI configuration. 2024-07-26 22:05:24 +12:00
mix.lock chore: unlock unused deps. 2024-08-17 19:56:33 +12:00
README.md chore: empty elixir app. 2024-05-21 19:15:08 +12:00
renovate.json chore: Configure Renovate (#1) 2024-07-27 07:27:04 +12:00

Podbox

TODO: Add description

Installation

If available in Hex, the package can be installed by adding podbox to your list of dependencies in mix.exs:

def deps do
  [
    {:podbox, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/podbox.