msn-weather
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "msn-weather", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple MSN Weather API wrapper with built-in TypeScript support.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -53,3 +53,3 @@ <div align="center"> | ||
location: "Munich, DE", | ||
language: "EN", | ||
language: "en", | ||
degreeType: "C" | ||
@@ -151,3 +151,3 @@ }); | ||
### `msn-weather` API | ||
#### `weather.find(options)` | ||
#### `weather.search(options)` | ||
Retrieves weather data for a given location. Returns a promise with weather data. | ||
@@ -170,3 +170,3 @@ | ||
- [NPM](https://www.npmjs.com/package/msn-weather) | ||
- [GitHub](https://wgithub/wgumenyuk/msn-weather) | ||
- [GitHub](https://github.com/wgumenyuk/msn-weather) | ||
@@ -179,2 +179,2 @@ ## Acknowledgements | ||
© 2021 [Wlad Gumenyuk](https://github.com/wgumenyuk) | ||
© 2021 [Wlad Gumenyuk](https://github.com/wgumenyuk) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21820
177