Skip to content

LiYulin-s/ypm-lyrics-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the backend of the Plasmoid org.kde.plasma.ypm-lyrics. Please run it before use the addon.

Usage

$ git clone https://github.com/LiYulin-s/ypm-lyrics-backend.git
$ cd ypm-lyrics-backend
$ pip install -r requirements.txt
$ python -m flask run &

And if you do not want to use the built-in server of the Flask, you can change it.

$ pip install gunicorn
$ python -m gunicorn -b localhost:5000 app:app -D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages