Skip to content

anyaudio/anyaudio-server

Repository files navigation

AnyAudio

Download any song that this world ever heard, and that too in your favorite format MP3.

A rich public API is also included.

Join the chat at https://gitter.im/Any-Audio/anyaudio-server Build Status

Android App

Launch on OpenShift

Running

pipenv run app

API

See API v1 documentation

Deployment on Openshift instructions

See docs/OPENSHIFT.md

Deployment using Docker instructions

See docs/DOCKER.md

External Dependencies

  • ffmpeg

    Make sure that you have ffmpeg and its path is set properly in run.sh

Running tests

make test
# or
# python -m unittest discover tests