Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iwatakeshi/youbox

A minimal clone of YouTube.
https://github.com/iwatakeshi/youbox

bulma vue youtube

Last synced: 4 days ago
JSON representation

A minimal clone of YouTube.

Awesome Lists containing this project

README

        

# youbox
A minimal clone of YouTube using Vue.js, YouTube API, and Bulma.

![youbox](youbox.png "youbox")

## Usage

You'll need an API key from Youtube. Once you have the key, create a `.env` file and add the key as the following:

```
VUE_APP_YOUTUBE_API_KEY= {{ API_KEY_HERE }}
```

Finally launch the app:

```bash
yarn && yarn serve
```