Socket
Socket
Sign inDemoInstall

cloudza-sdk

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cloudza-sdk

Monetization Weather API JavaScript SDK


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Cloudza SDK for JavaScript

Weather Monetization API

Getting Started

These instructions will get you a quick way of how to set up and use this library.

How To Install

The preferred way to install the Cloudza SDK for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:

npm install cloudza-sdk

Usage

The Cloudza SDK for JavaScript bundles TypeScript definition files for use in TypeScript projects and to support tools that can read .d.ts files.

In a TypeScript file:

import cloudza from 'cloudza-sdk';

In a JavaScript file:

const cloudza = require('cloudza-sdk');

Setup API Key before using other methods

cloudza.setApiKey('your_api_key');

Call methods like getWeather

cloudza.getWeather();

(Optional) if you are doing development you can switch URLs to target different cloudza server

cloudza.setUrl('http://localhost:5000')

Servers:

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

FAQs

Last updated on 08 May 2022

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