-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from apivideo/am/templates-update
Update the Youtube clone article
- Loading branch information
Showing
2 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,33 @@ | ||
--- | ||
title: "YouTube clone" | ||
--- | ||
YouTube clone | ||
============== | ||
|
||
TBA | ||
# YouTube mockup | ||
|
||
Youtube is one of the most, if not "The" most popular user-generated content provider in the world. With the following template, you will be able to just clone the layout and more importantly, the video capabilities similar to Youtube. | ||
|
||
## Features | ||
|
||
- Search for a video by name | ||
- List videos that have already been uploaded to your [api.video](http://api.video) account | ||
- Video view with mockup like and subscribe buttons | ||
|
||
## Demo | ||
|
||
Before cloning the Github repo, you can try out the demo of the Youtube mockup. Head over to the following page to test it out. | ||
|
||
## Github repo | ||
|
||
Now that's you've got the look and feel, you can clone the repo and start hacking. | ||
|
||
You will find the repo here: https://github.com/apivideo/youtube-clone-next | ||
|
||
To clone the repo, just go into your command line and run the following command: | ||
|
||
``` | ||
$ git clone https://github.com/apivideo/youtube-clone-next.git | ||
``` | ||
|
||
## Usage | ||
|
||
{https://github.com/apivideo/youtube-clone-next.git readme.md placeholder} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Demos & Templates | ||
|
||
The amount of use cases you can build with [api.video](http://api.video) is endless, however, sometimes, you need a little help in building your next amazing startup! That’s why we’ve created Templates to help you kickstart your application, without doing all the heavy lifting. | ||
|
||
Templates allow you to just clone a pre-built Github repository that was created by [api.video](http://api.video) with the use case that you would like to achieve. For example, if you want to build a TikTok or YouTube clone, just head over to one of the Templates and follow the instructions in the Github repository. | ||
|
||
## How do Templates work? | ||
|
||
The Templates are structured in a way where you can: | ||
|
||
1. Check out the template demo. See it in action. | ||
2. Clone the Github repo and iterate on top of it, or even change it completely to your liking | ||
|
||
## VOD Templates list | ||
|
||
* Video uploader | ||
* Progressive upload | ||
* Loom clone | ||
* Youtube mockup | ||
* Udemy mockup | ||
* Airbnb mockup | ||
* TikTok mockup |