This web part provides you the ability to display basic weather information for one location on a web page. The web part depends on a service provided by OpenWeatherMap API. The API requires authentication, and for that reason it is necessary to register for free plan to be able to obtain API Key that will be used to authenticate the calls. API Key has to be entered in web part configuration.
- Place the page you want to add this web part to in edit mode.
- Search for and insert the Weather web part.
- Configure the web part to update its properties - location name, unit and API key.
The Weather Information
web part can be configured with the following properties:
Label | Property | Type | Required | Description |
---|---|---|---|---|
Add a location | location | string | yes | Inline editable location for weather request |
Display temperature as | unit | choice | yes | The requested temperature unit, Celsius or Fahrenheit |
API Key | apikey | string | yes | API key to authenticate the API call |
See getting started from SP-Starter-Kit repository readme.
You can also download just the SharePoint Framework solution package (spppkg) file and install that to your tenant.
- Works also at SharePoint 2019
none
Solution | Author(s) |
---|---|
/solution/src/webparts/weatherInformation/ | Waldek Mastykarz (@waldekmastykarz), Vardhaman Deshpande (@vman) |
react-weather | Dragan Panjkov (@panjkov) |
react-weather | Chandani Prajapati(@Chandani_SPD) |
Version | Date | Comments |
---|---|---|
1.0 | April 2018 | Initial release |
2.0 | December 2019/January 2020 | Standalone web part, OpenWeatherMap API |
3.0 | January 2023 | Upgraded to SPFx 1.16.1 |
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.
- Clone this repository
- Move to solution folder
- in the command line run:
npm install
gulp serve
Include any additional steps as needed.
Description of the web part with possible additional details than in short summary. This Web Part illustrates the following concepts on top of the SharePoint Framework:
- PnP property control usage