
Ionic-YouTube
Lightweight YouTube Search for Your Ionic App
$2.00
Details
I've developed a very simple, lightweight, and efficient YouTube search component for your app. All you need is an API Key, which you fill into one variable field, and then you're good to go. The code is also documented for better understanding.
The plugin app comes with a Home Page and a YouTube component (with some extra services and a data model).
Installation Instructions:
- Purchase and download this plugin's repository.
cd
into the repository's directory.npm install
to install all dependencies.- Acquire a YouTube API key from here: https://developers.google.com/youtube/v3/getting-started
- Replace YOUTUBE_API_KEY in
src/components/youtube-component.ts
with your own API key. - You're done! You can now try
ionic serve
to test your app.
Hope someone finds this useful! :)