Socket
Socket
Sign inDemoInstall

zipcloud-js

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zipcloud-js

JavaScript client for Zipcloud API


Version published
Maintainers
1
Created

Readme

Source

JavaScript client for Zipcloud API

Zipcloud API: http://zipcloud.ibsnet.co.jp/doc/api

How to use

1. Install

npm i zipcloud-js

or

yarn add zipcloud-js

2. Import the library

const { createClient } = require("zipcloud-js");

or

import { createClient } from "zipcloud-js";

3. Create a client

const client = createClient();

4. Get address

const data = await client.getAddress({
  zipcode: "100-0001",
});

Keywords

FAQs

Last updated on 22 Feb 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