1.0.3 • Published 2 years ago

cloudza-sdk v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago