Socket
Socket
Sign inDemoInstall

node-clima

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-clima - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

2

package.json
{
"name": "node-clima",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple wrapper for OpenWeatherMap API",

@@ -5,0 +5,0 @@ "author": "Roberto Serrano Diaz-Grande",

[![Build Status](https://travis-ci.org/robfree/node-clima.svg?branch=master)](https://travis-ci.org/robfree/node-clima)
# node-clima
## Simple wrapper for OpenWeatherMap API for Node.js
# JavaScript OpenWeatherMap API for Node.js
A Node.JS module, which provides an object oriented wrapper for the OpenWeatherMap API.
Api Key is required.
Get your API key from [here].
### Installation
Install with the Node.JS package manager.
npm install node-clima
Install via git clone:
$ git clone git://github.com/robfree/node-clima.git
$ cd node-clima
$ npm install
### Documentation
You can find the docs for the API of this client at http://robfree.github.io/node-clima/.
Additionally, the official OpenWeatherMap API documentation is a very useful resource. [http://openweathermap.org](http://openweathermap.org/current#other)
Methods API call:

@@ -17,3 +33,4 @@

for more info [http://openweathermap.org](http://openweathermap.org/current#other)
### Example
Print all data to the console.

@@ -37,1 +54,12 @@ Usage:

});
### Running the Tests
The unit tests are based on the nodeunit module, which may be installed via npm. To run the tests make sure that the npm dependencies are installed by running npm install from the project directory.
$ nodeunit
Note that a connection to the internet is required to run the tests.
### License
MIT license. See the LICENSE file for details.
[here]: http://home.openweathermap.org/users/sign_in
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