All Projects → easypodcasts → easy_podcasts

easypodcasts / easy_podcasts

Licence: AGPL-3.0 License
Agregador de podcasts y convertidor de audio para cubanos

Programming Languages

elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Nix
1067 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to easy podcasts

pan
The podcast showcase & community / Phoenix based web application
Stars: ✭ 31 (+10.71%)
Mutual labels:  phoenix, podcasts
dart sass
An installer for sass
Stars: ✭ 54 (+92.86%)
Mutual labels:  phoenix
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (+35.71%)
Mutual labels:  phoenix
blog app
Phoenix 1.3 GraphQL
Stars: ✭ 19 (-32.14%)
Mutual labels:  phoenix
ticker-phoenix
Elixir Phoenix Stock Quotes API (IEX Trading)
Stars: ✭ 15 (-46.43%)
Mutual labels:  phoenix
pretty print formatter
Pretty Print Formatter for Elixir Logger module -- Colorize Ecto's SQL ouput 🖌️
Stars: ✭ 22 (-21.43%)
Mutual labels:  phoenix
ex sieve
Implement dynamic filtering and sorting API for Ecto queries
Stars: ✭ 37 (+32.14%)
Mutual labels:  phoenix
phoenix live controller
Controller-style abstraction for building multi-action live views on top of Phoenix.LiveView
Stars: ✭ 31 (+10.71%)
Mutual labels:  phoenix
podverse-api
Data API, database migration scripts, and backend services for all Podverse models
Stars: ✭ 15 (-46.43%)
Mutual labels:  podcasts
elixir jobs
A job board to publish and find Elixir offers.
Stars: ✭ 83 (+196.43%)
Mutual labels:  phoenix
awesome-gamedev
A compilation of game dev related media (podcasts, Youtube, article, books, etc..)
Stars: ✭ 49 (+75%)
Mutual labels:  podcasts
phoenix-elm-template
A starter repo with Phoenix, Elm 0.19, and Parcel
Stars: ✭ 16 (-42.86%)
Mutual labels:  phoenix
reph
Phoenix/React application starter kit
Stars: ✭ 15 (-46.43%)
Mutual labels:  phoenix
bird watch
Blog post demo application
Stars: ✭ 15 (-46.43%)
Mutual labels:  phoenix
indicado
Technical indicator library for Elixir with no dependencies.
Stars: ✭ 15 (-46.43%)
Mutual labels:  phoenix
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (+121.43%)
Mutual labels:  phoenix
gleam compile
Tiny hex package to make the development experience of using gleam in elixir (and especially phoenix projects) better.
Stars: ✭ 29 (+3.57%)
Mutual labels:  phoenix
.oOo.
dot files configuration (macOS & Linux), surfingkeys / tmux / screen / ideavimrc / phoenix / etc.
Stars: ✭ 51 (+82.14%)
Mutual labels:  phoenix
mishka-cms
MishkaCms an open source and real time API base CMS Powered by Elixir and Phoenix
Stars: ✭ 37 (+32.14%)
Mutual labels:  phoenix
mindwendel
Create a challenge. Ready? Brainstorm. mindwendel helps you to easily brainstorm and upvote ideas and thoughts within your team.
Stars: ✭ 22 (-21.43%)
Mutual labels:  phoenix

Easypodcasts

Easy Podcasts es una solución comunitaria para la descarga de podcasts que tiene como objetivo ayudar a disminuir el consumo de datos: el servicio está alojado en .cu y los archivos de audio son comprimidos.

Hosteado en: https://easypodcasts.live

Desarrollo

Requisitos:

  • Elixir 1.12
  • PostgreSQL
  • ffmpeg

Para iniciar el servidor de desarrollo

  • Instalar dependencias con mix deps.get
  • Crear y migrar la base de datos con mix ecto.setup
  • Instalar las dependencias de node con cd assets && npm i
  • Iniciar el servidor de Phoenix con mix phx.server o dentro de IEx con iex -S mix phx.server

Ahora puedes visitar localhost:4000 en tu navegador.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].