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

@oliverhodge2/weather-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oliverhodge2/weather-wrapper

Lightweight wrapper for weather.gov APIs

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Weather Wrapper

Installation

npm install @oliverhodge2/weather-wrapper

Usage

import weatherWrapper from '@oliverhodge2/weather-wrapper'

weatherWrapper.getWeather(29.90, -81.31).then(console.log).catch(console.log)

// --------------------------------------------------------------------------
// {
//     city: 'St. Augustine',
//     forecast: 'A chance of rain showers. Cloudy, with a low around 55. North wind 16 to 20 mph, with gusts as high as 30 mph. Chance of precipitation is 40%. New rainfall amounts less than a tenth of an inch possible.'
// }
// --------------------------------------------------------------------------

FAQs

Package last updated on 27 Jan 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc