0.1.5 • Published 4 years ago

ekispart-ts v0.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

ekispart-ts

Installation

npm install ekispart-ts --save
yarn add ekispart-ts

Usage

TypeScript

import { client as EkispartClient } from "ekispart-ts"
const ekispartClient = new EkispartClient({ accessKey: 'xxx', format: 'json' })
ekispartClient.getStation('新宿')
  .then((response) => console.log(response))
  .catch((error) => console.error(errror))

Test

npm run test
0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago