From 67ec05ce929626d2505c9450577bb6f0a7e817a4 Mon Sep 17 00:00:00 2001 From: Gopalakrishnan V Date: Sat, 22 Apr 2023 20:46:38 +0530 Subject: [PATCH] Create README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..335e8ff --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ + +# Spotify clone +Fully functioning Spotify clone app using React Native, TypeScript, Redux Toolkit with background audio playback. Official [Spotify APIs](https://developer.spotify.com/documentation/web-api) are used. + +## Features +- Home Feed +- Search for Track, Album, Artist, Playlist +- Background audio playback +- Cross platform: Android, iOS + +## Environment Variables +To run this project, you will need to add the following environment variables to your .env file + +`BASE_64_CLIENT_ID_SECRET` + +## Setup +* Follow [Getting Started](https://developer.spotify.com/documentation/web-api) section to create an app +* Get Client ID, Client Secret from the project which you created +* Convert string to base64. [base64encode.org](https://www.base64encode.org/) can be used to do this +* Assign the value created from previous step to `BASE_64_CLIENT_ID_SECRET` in .env file + +## Demo + + + + + + + + +