Socket
Socket
Sign inDemoInstall

openweather-api-node

Package Overview
Dependencies
2
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "openweather-api-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple Node.js package that makes it easy to work with OpenWeather API",

@@ -26,8 +26,8 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/loloToster/openweathermap-api.git"
"url": "https://github.com/loloToster/openweather-api-node.git"
},
"bugs": {
"url": "https://github.com/loloToster/openweathermap-api/issues"
"url": "https://github.com/loloToster/openweather-api-node/issues"
},
"homepage": "https://github.com/loloToster/openweathermap-api#readme",
"homepage": "https://github.com/loloToster/openweather-api-node#readme",
"directories": {

@@ -34,0 +34,0 @@ "example": "examples",

@@ -1,7 +0,7 @@

# openweathermap-api ☁️
# openweather-api-node ☁️
![version](https://img.shields.io/badge/version-1.0.0-g?style=flat-square)
![issues](https://img.shields.io/github/issues-raw/loloToster/openweathermap-api?style=flat-square)
![issues](https://img.shields.io/github/issues-raw/loloToster/openweather-api-node?style=flat-square)
![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)
![NPM](https://nodei.co/npm/openweathermap-api.png?compact=true)
![NPM](https://nodei.co/npm/openweather-api-node.png?compact=true)

@@ -12,3 +12,3 @@ Simple Node.js package that makes it easy to work with OpenWeather API. If you want to learn how to use this package check out examples in *examples* folder. The only thing that you need to get started is API key if you don't have one go to [OpenWeatherMap website](https://openweathermap.org/) and get it. For now this package supports only some weather calls but we are planning on adding more features like: historical data, maps and all the other stuff that is available for free in OpenWeatherMap API.

```js
const OpenWeatherAPI = require("openweathermap-api")
const OpenWeatherAPI = require("openweather-api-node")

@@ -15,0 +15,0 @@ let weather = new OpenWeatherAPI({

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc