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

https://github.com/jessie-codes/automatic-train

SPA YouTube Search App
https://github.com/jessie-codes/automatic-train

javascript koa nuxt vue youtube

Last synced: 2 months ago
JSON representation

SPA YouTube Search App

Awesome Lists containing this project

README

          

# automatic-train

> My great Nuxt.js project

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Build Status](https://travis-ci.org/jessie-codes/automatic-train.svg?branch=master)](https://travis-ci.org/jessie-codes/automatic-train)
[![Coverage Status](https://coveralls.io/repos/github/jessie-codes/automatic-train/badge.svg?branch=master)](https://coveralls.io/github/jessie-codes/automatic-train?branch=master)

## Build Setup

``` bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev -- --key {YOUTUBE_API_KEY}

# build for production and launch server
$ npm run build
$ npm start --key {YOUTUBE_API_KEY}
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).