Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metoffice-fetch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metoffice-fetch - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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&#60;MetOfficeResponse&#62; | Fetches the hourly data |
| FetchThreeHourlyData(params, headers) | Promise&#60;MetOfficeResponse&#62; | Fetches the Three Hourly data |
| FetchDailyData(params, headers) | Promise&#60;MetOfficeResponse&#62; | 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc