Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 920 Bytes

README.MD

File metadata and controls

22 lines (14 loc) · 920 Bytes

Lyrisize

Lyrisize is a USSD based application which leverages Ideamart APIs. It uses Musixmatch API to search and retrieve song lyrics.

Setup

This document assumes the you have already downloded and install the Ideamart API simulator and you have worked with it before. IF you like to find out more on how to use the Ideamart Simulator and the APIs please follow this link.

To get the app running on your system:

  1. Clone the repository
  2. Create a database on your MySQL DB and import the SQL in the file system.
  3. Update credentials on the dbinteract.php file.
  4. Create a copy of the config-sample.php file and rename it to config.php
  5. Add the URLs to the simulators USSD tab.
  6. Start testing.

TODO

  • Clean up and comment code.

Note : As this app uses a testng API Key from Musixmatch, only part of the lyrics is returned.