Updated readme

This commit is contained in:
Hugo Bernier 2020-10-02 23:28:01 -04:00
parent 623dd9c321
commit 1f53510b03
2 changed files with 14 additions and 10 deletions

View File

@ -13,15 +13,17 @@ extensions:
- react
createdDate: 10/1/2017 12:00:00 AM
---
# Youtube Web Part
# YouTube Web Part
## Summary
This web part allows to search and view the Youtube videos, across the Youtube API, directly on a SharePoint page, furthermore the property panel offers the possibility to specify the api key, the number of items to display and it is also possible specify a Youtube Channel Id.
This web part allows to search and view the YouTube videos, across the YouTube API, directly on a SharePoint page, furthermore the property panel offers the possibility to specify the API key, the number of items to display and it is also possible specify a YouTube Channel Id.
![Demo](./assets/Preview.gif)
## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/version-GA-green.svg)
## Used SharePoint Framework Version
![SPFx 1.11](https://img.shields.io/badge/version-1.11-green.svg)
## Applies to
@ -30,17 +32,17 @@ This web part allows to search and view the Youtube videos, across the Youtube A
## Prerequisites
> Is necessary to have a google developer api key in order to perform rest api call
> Is necessary to have a google developer API key in order to perform REST API call
## Solution
Solution|Author(s)
--------|---------
react-youtube|Giuliano De Luca ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com](https://delucagiuliano.com))
react-YouTube|Giuliano De Luca ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com](https://delucagiuliano.com))
Solution|Contributor(s)
--------|---------
react-youtube|Ravi Chandra ([@ravi_maniyani](https://twitter.com/ravi_maniyani) , [www.netwoven.com](https://netwoven.com))
react-YouTube|Ravi Chandra ([@ravi_maniyani](https://twitter.com/ravi_maniyani) , [www.netwoven.com](https://netwoven.com))
## Version history
@ -50,6 +52,7 @@ Version|Date|Comments
2.0|October 01, 2020|Upgrade from 1.3.0 to 1.11.0
## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
---
@ -62,8 +65,9 @@ Version|Date|Comments
- `gulp serve`
## Features
This Web Part illustrates the following concepts on top of the SharePoint Framework:
- Youtube - How to leverage the Youtube capabilities.
- YouTube - How to leverage the YouTube capabilities.
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-youtube" />
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-YouTube" />

View File

@ -1,6 +1,6 @@
{
"name": "react-youtube",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {