Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iwatakeshi/youbox
- Owner: iwatakeshi
- License: mit
- Created: 2019-06-25T22:20:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:13:57.000Z (about 2 years ago)
- Last Synced: 2024-03-18T01:11:06.860Z (10 months ago)
- Topics: bulma, vue, youtube
- Language: Vue
- Size: 4.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```