SharePoint Academy fe7409419a
Sample Dev-Radar integrated with GitHub (#1164)
Co-authored-by: Saulo Oliveira <sauslash@hotmail.com>
2020-03-09 20:23:56 +02:00

62 lines
1.3 KiB
Markdown

# Dev-Radar for SharePoint Online
## Summary
One way to find devs from the same stack near you.
## Screen
![react-dev-radar](dev-radar.png)
## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/version-1.10.0-green.svg)
## Applies to
* [SharePoint Online](https:/dev.office.com/sharepoint)
## Solution
The web part Use PnPjs library and Axios
Create a list Devs with fields
```
Field Type
---------------------------
name single line
githubUsername single line
techs single line
avatarUrl single line
bio multiline
latitude single line
longitude single line
```
Solution|Author(s)
--------|---------
Dev Radar Web Part|Saulo Oliveira
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|March 01, 2020|Initial release
## 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.**
---
## Minimal Path to Awesome
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- `Add to AppCatalog and deploy`