Skip to content

kubanac95/spotify-test

 
 

Repository files navigation

Spotify Test

📋 Introduction

Sample app build on top of Spotify API to search for artists, and their songs and albums.

  • app name: SpotifyTest
  • package name: com.spotifytest
  • rn version: 0.62.2
  • node: 12.16.1

🚀 Setting up the environment

If you are new to react-native development, please follow along on how to properly setup you development environment on the official documentation

After than you can proceeded with running the project for the first time.

//Clone the project
https://github.com/Future-Forward/spotify-test.git

// Open project directory
cd spotify-test

// If your using NVM please proper node version, otherwise make sure you have proper node version installed
nvm use 12.16.1

npm i

If your running it on iOS don't forget to do a pod install

cd ios && pod install

Run the project

npm run android
npm run ios

🔥 Known issues

Specific

  • You can play multiple songs at once.

Android

  • Audio does not work on huawei devices - #197

iOS

  • All the development was done on android so there might be issues with trying to run iOS application

About

Test - Spotify app challange!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • Java 13.6%
  • Ruby 11.3%
  • Objective-C 9.4%
  • Starlark 4.0%