This lyric finder API was developed using Test Driven Development.
- Python
- Selenium
- BeautifulSoup
- PyTest
- Bottle Framework
To install and run the program:
1. clone this repo
2. run pip install -r requirements.txt
3. to run the server please run on terminal python main.py
4. to run the tests: pytest testClass.py
example of request to API: curl -X POST -F author='Adele' -F name='Easy on me' http://localhost:8080