metoffice-fetch
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "metoffice-fetch", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Met Office Fetch | ||
A simple package to fetch data from the [metoffice](https://metoffice.apiconnect.ibmcloud.com/metoffice/production/) API library. | ||
A simple package to fetch data from the [uk met office](https://metoffice.apiconnect.ibmcloud.com/metoffice/production/) API library. | ||
@@ -47,7 +47,7 @@ # installation | ||
| Function | Return Type | Description | | ||
| ------------------------------------- | -------------------------- | ----------------------------- | | ||
| FetchHourlyData(params, headers) | Promise<MetOfficeResponse> | Fetches the hourly data | | ||
| FetchThreeHourlyData(params, headers) | Promise<MetOfficeResponse> | Fetches the Three Hourly data | | ||
| FecthDailyData(params, headers) | Promise<MetOfficeResponse> | Fetches the Daily Data | | ||
| Function | Return Type | Description | | ||
| ------------------------------------- | ---------------------------------- | ----------------------------- | | ||
| FetchHourlyData(params, headers) | Promise<MetOfficeResponse> | Fetches the hourly data | | ||
| FetchThreeHourlyData(params, headers) | Promise<MetOfficeResponse> | Fetches the Three Hourly data | | ||
| FetchDailyData(params, headers) | Promise<MetOfficeResponse> | Fetches the Daily Data | | ||
@@ -63,6 +63,6 @@ The inputs param for all these functions are the same: | ||
}, | ||
headers: { | ||
clientId: string; | ||
clientSecret: string; | ||
} | ||
headers: { | ||
clientId: string; | ||
clientSecret: string; | ||
} | ||
``` | ||
@@ -69,0 +69,0 @@ |
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
20107