azlyrics_api icon indicating copy to clipboard operation
azlyrics_api copied to clipboard

🎶 An API interface for azlyrics

AZLyrics API

An API interface for azlyrics, it uses azapi under the hood.

Docs

Check the automatic generated docs by Swagger.

Development

  1. Install Poetry

  2. Install dependencies and enter to virtual environment

poetry shell && poetry install
  1. Put ENV=development in your .env file

  2. Start the process

python run.py

Production

  1. Install Docker

  2. Build the image

docker build . -t ultirequiem/azlyrics_api
  1. Run the image
docker run -p 8080:8080 -d ultirequiem/azlyrics

Licence

This project is licensed under the MIT Licence.