Skip to content

kamataryo/e-stat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js e-Stat Client

This is a Node.js client for e-Stat.

Prerequisite

  1. Create your account at https://www.e-stat.go.jp/
  2. issue an application ID at https://www.e-stat.go.jp/mypage/view/api
  3. feed the application ID as ESTAT_APP_ID as an environmental variable or as options.appId when client instanciation

Useage

import { Client } from '@kamataryo/e-stat-client'

const client = new Client({ appId: YOUR_APP_ID_VALUE })
await client.getStatsList({ limit: 10 })

About

E-Stat (政府統計) の Node.js クライアント

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors