UltiRequiem / azlyrics_api

🎶 An API interface for azlyrics

Home Page:https://azlyrics.herokuapp.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🎶 An API interface for azlyrics

https://azlyrics.herokuapp.com/docs

License:MIT License


Languages

Language:Python 89.8%Language:Dockerfile 7.4%Language:Procfile 2.2%Language:Shell 0.6%