Updated readme
This commit is contained in:
parent
623dd9c321
commit
1f53510b03
|
@ -13,15 +13,17 @@ extensions:
|
||||||
- react
|
- react
|
||||||
createdDate: 10/1/2017 12:00:00 AM
|
createdDate: 10/1/2017 12:00:00 AM
|
||||||
---
|
---
|
||||||
# Youtube Web Part
|
# YouTube Web Part
|
||||||
|
|
||||||
## Summary
|
## 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)
|
![Demo](./assets/Preview.gif)
|
||||||
|
|
||||||
## Used SharePoint Framework Version
|
## Used SharePoint Framework Version
|
||||||
![drop](https://img.shields.io/badge/version-GA-green.svg)
|
|
||||||
|
![SPFx 1.11](https://img.shields.io/badge/version-1.11-green.svg)
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
|
@ -30,17 +32,17 @@ This web part allows to search and view the Youtube videos, across the Youtube A
|
||||||
|
|
||||||
## Prerequisites
|
## 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
|
||||||
|
|
||||||
Solution|Author(s)
|
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)
|
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
|
## Version history
|
||||||
|
|
||||||
|
@ -50,6 +52,7 @@ Version|Date|Comments
|
||||||
2.0|October 01, 2020|Upgrade from 1.3.0 to 1.11.0
|
2.0|October 01, 2020|Upgrade from 1.3.0 to 1.11.0
|
||||||
|
|
||||||
## Disclaimer
|
## 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.**
|
**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`
|
- `gulp serve`
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
This Web Part illustrates the following concepts on top of the SharePoint Framework:
|
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" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-youtube",
|
"name": "react-youtube",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue