Skip to content

mohamad-liyaghi/django-lyrics-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutron lyrics

General info

Simple website using Django , Drf and lyrics genius
This project is unfinished, feel free to edit it !

Setup

Before using , you'll need to sign up for an account that authorizes access to the Genius API. The Genius account provides a access_token that is required by the project.
Insert your token, in this token field.

Requirment

$ pip install django
$ pip install djangorestframework
$ pip install django-crispy-forms
$ pip install lyricsgenius

Usage

$ git clone https://github.com/mohamad-liyaghi/django-lyrics-website.git
$ cd django-lyrics-website
$ python manage.py migrate
$ python manage.py runserver

Using Api

$ import requests
$ print(requests.get("http://127.0.0.1:8000/api/lyrics/derakht/ebi").text)

About

Simple website using Django,DRF and lyrics genius

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published