Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abakermi/vue-feeds-youtube

vue component to get youtube feeds
https://github.com/abakermi/vue-feeds-youtube

Last synced: about 2 months ago
JSON representation

vue component to get youtube feeds

Awesome Lists containing this project

README

        

# vue-feeds-youtube
[![Build Status](https://travis-ci.com/abakermi/vue-feeds-youtube.svg?branch=master)](https://travis-ci.com/abakermi/vue-feeds-youtube) [![npm version](https://badge.fury.io/js/vue-feeds-youtube.svg)](https://badge.fury.io/js/vue-feeds-youtube)

vue component to get youtube feeds

## Installation

### Install via CDN
```html

Vue.use(VFeedYoutube.default)

```

### Install via NPM
```sh
$ npm install vue-feeds-youtube --save
```

#### Register as Component
```js
import Vue from 'vue'
import VFeedYoutube from 'vue-feeds-youtube'
export default {
name: 'App',
components: {
VFeedYoutube
}
}
```

#### Register as Plugin
```js
import Vue from 'vue'
import VFeedYoutube from 'vue-feeds-youtube'
Vue.use(VFeedYoutube)
```

## Usage

```js



import VFeedYoutube from 'vue-feeds-youtube'
export default {
name: 'App',
components: {
VFeedYoutube
}
}

```

## Props
|Props|Description|Type|Required|
|-----|-----------|----|--------|
|ChannelId|Youtube channel's id |String|true

## Related

- [rss-parser](https://github.com/rbren/rss-parser) - A small library for turning RSS XML feeds into JavaScript objects.

## License

vue-feeds-youtube is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)i)