A mobile streaming app that plays music from YouTube and enables users to do pitch and speed manipulation.
https://pitchify-demo.netlify.app
In order to use a simulator for the mobile app, you'll need to install either Xcode or Android Studio
For Android Studio there's a bunch of extra configurations to be made in order to run it with Expo, check out Expo's official documentation for more information.
Run
npm i && npm run postinstall
in parent folder
To run the whole mobile app locally, you need to launch from 3 separate Terminals:
npm run start:server
npm run start:client
nom run start:native-app
GET https://www.googleapis.com/youtube/v3/search
Parameter | Type | Description |
---|---|---|
API_KEY |
string |
Required. You need to generate a Youtube API key |