1.0.3 • Published 1 year ago

jp-hello-work v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

jp-hello-work

A package to search Hello Work in charge of given city or town in Zip code. Hello Work is an Employment Service Center operated by Japanese government.

Usage

const { HelloWork } = require("jp-hello-work");

const helloWork = HelloWork.byZipCode("6060022");
console.log(helloWork.name); // =>  [ '京都西陣' ]

TypeScript

import { HelloWork } from "jp-hello-work";

const helloWork = HelloWork.byZipCode("1920364");
console.log(helloWork.name); // => [ '八王子' ]

Installation

Install with npm:

$ npm install jp-hello-work

Access to Hello Work data

keydataexampletitle
prefString'宮崎県'Prefecture where the Hello Work is
cityString'小林市'City the Hello Work controls
townString'野尻町東麓'Town the Hello Work controls
zipString'8860212'Given Zip code
nameArray '小林' Hello Work name which controls given city or town in Zip code

Other

Lisence

This project is licensed under the MIT License, see the LICENSE.txt file for details

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago