Skip to content

sachasi/azlyrics_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • Dockerfile 10.9%
  • Shell 0.7%