https://github.com/github30/youtube-trends
YouTube trending history data is https://drive.google.com/drive/folders/1jOjoLB0T1c32QCzjvaRAI-wT-EtlU_gB
https://github.com/github30/youtube-trends
data-science gh-pages nuxt vue youtube
Last synced: 3 months ago
JSON representation
YouTube trending history data is https://drive.google.com/drive/folders/1jOjoLB0T1c32QCzjvaRAI-wT-EtlU_gB
- Host: GitHub
- URL: https://github.com/github30/youtube-trends
- Owner: GitHub30
- Created: 2018-09-02T10:48:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T13:14:56.000Z (almost 8 years ago)
- Last Synced: 2026-04-04T07:33:23.909Z (3 months ago)
- Topics: data-science, gh-pages, nuxt, vue, youtube
- Language: Vue
- Homepage: https://github30.github.io/youtube-trends/
- Size: 580 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-trends
**YouTube trending history data is [here](https://drive.google.com/drive/folders/1jOjoLB0T1c32QCzjvaRAI-wT-EtlU_gB)**
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).