Socket
Socket
Sign inDemoInstall

@datafire/visualcrossing_weather

Package Overview
Dependencies
238
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datafire/visualcrossing_weather

DataFire integration for Visual Crossing Weather API


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@datafire/visualcrossing_weather

Client library for Visual Crossing Weather API

Installation and Usage

npm install --save @datafire/visualcrossing_weather
let visualcrossing_weather = require('@datafire/visualcrossing_weather').create();

.then(data => {
  console.log(data);
});

Description

Weather Forecast and Historical Weather Observation Data via an convenient, restful API.

Actions

VisualCrossingWebServices.rest.services.weatherdata.forecast.get

Provides access to weather forecast information. The forecast is available for up to 15 days at the hourly, 12 hour and daily summary level.

visualcrossing_weather.VisualCrossingWebServices.rest.services.weatherdata.forecast.get({}, context)
Input
  • input object
    • sendAsDatasource boolean
    • allowAsynch boolean
    • shortColumnNames boolean
    • locations string
    • aggregateHours string
    • contentType string
    • unitGroup string
    • key string
Output

Output schema unknown

VisualCrossingWebServices.rest.services.weatherdata.history.get

The weather history data is suitable for retrieving hourly or daily historical weather records.

visualcrossing_weather.VisualCrossingWebServices.rest.services.weatherdata.history.get({}, context)
Input
  • input object
    • maxDistance string
    • shortColumnNames boolean
    • endDateTime string
    • aggregateHours string
    • collectStationContributions boolean
    • startDateTime string
    • maxStations string
    • allowAsynch boolean
    • locations string
    • includeNormals boolean
    • contentType string
    • unitGroup string
    • key string
Output

Output schema unknown

Definitions

This integration has no definitions

FAQs

Last updated on 21 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc