Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ifeanyi authored Sep 15, 2021
1 parent 211ecbd commit faea2af
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ Please star⭐ the repo if you like what you see😉.
* Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
* A little knowledge of Dart and Flutter

## 💻 Setup
## 🛠 Setup
- Create a secrets.dart file under services folder and add the following
- const String kTag0 = 'azlyrics';
- const String kTag1 = 'absolutelyrics';
- const String kLyricsLink0 = 'www.azlyrics.com';
- const String kLyricsLink1 = 'www.absolutelyrics.com';
- To fetch song info you'll need an API key from deezer
- const String kApiKey = '<DEEZER API KEY>';
- For song recognition feature, sign up on acecloud and create a project
- const String kHost = '<ACRCLOUD PROJECT HOST>';
- const String kAccessKey = '<ACRCLOUD ACCESS KEY>';
- const String kAccessSecret = '<ACRCLOUD SECRET KEY>';

- To fetch song info you'll need an API key from <a href="https://rapidapi.com/deezerdevs/api/deezer-1/">deezer</a>
- const String kApiKey = 'DEEZER API KEY';

- For song recognition feature, sign up on <a href="https://console.acrcloud.com/#/home">acrcloud</a> and create a project
- const String kHost = 'ACRCLOUD PROJECT HOST';
- const String kAccessKey = 'ACRCLOUD ACCESS KEY';
- const String kAccessSecret = 'ACRCLOUD SECRET KEY';

## ✨ Features
- [x] Play.
Expand Down

0 comments on commit faea2af

Please sign in to comment.