https://github.com/appcoda/youtube-api-demo
A simple iOS demo for YouTube API
https://github.com/appcoda/youtube-api-demo
Last synced: 3 months ago
JSON representation
A simple iOS demo for YouTube API
- Host: GitHub
- URL: https://github.com/appcoda/youtube-api-demo
- Owner: appcoda
- Created: 2015-07-01T06:25:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T07:19:37.000Z (over 9 years ago)
- Last Synced: 2023-02-27T14:33:10.571Z (over 2 years ago)
- Language: Objective-C
- Size: 153 KB
- Stars: 58
- Watchers: 9
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#A simple iOS demo for YouTube API
This is a simple demo that shows you how to integrate your app with YouTube API. You can
find the full tutorial here:http://www.appcoda.com/youtube-api-ios-tutorial
To run the demo, you will need to create your own API key first and update the following line of code in ViewController.swift:
var apiKey = "YOUR_API_KEY_HERE"