Skip to content

Commit

Permalink
Merge pull request #28 from apivideo/am/templates-update
Browse files Browse the repository at this point in the history
Update the Youtube clone article
  • Loading branch information
bot-api-video authored Sep 6, 2023
2 parents 3482dd6 + b4ccb6a commit f20b99e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
32 changes: 29 additions & 3 deletions vod/demo-youtube-clone.md
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}
22 changes: 22 additions & 0 deletions vod/demos-template-overview.md
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

0 comments on commit f20b99e

Please sign in to comment.