ultra-exact-ncst
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

ultra-exact-ncst 👋

Version License: ISC

🏠 Homepage

Usage

사용하기 위해선 직접 카카오 API의 REST API 키와 공공데이터 포털의 개인 API 키를 발급 받아야 합니다.

사용 예제

이 패키지는 TypeScript를 지원합니다. 별도의 설정 없이 타입 정의 파일이 포함되어 있어, 자동으로 타입 정보를 제공받을 수 있습니다.

import { getKakaoNcst, getKakaoLocal, getNcst } from 'ultra-exact-ncst';
import dotenv from 'dotenv';
dotenv.config();

const kakaoKey = process.env.KAKAO_KEY;
const ncstKey = process.env.NCST_KEY;


const kakaoLocalResult = await getKakaoLocal({ x: 126.65955373649118, y: 37.42760161347335, kakaoKey });
const kakaoNcstResult = await getKakaoNcst({ x: 126.65955373649118, y: 37.42760161347335, kakaoKey, ncstKey });

const ncstResult = await getNcst({x : 54, y : 124, ncstKey});

console.log("kakaoLocalResult", kakaoLocalResult);
console.log("kakaoNcstResult", kakaoNcstResult);
console.log("ncstResult", ncstResult);

Install

npm i ultra-exact-ncst

Author

👤 GulSam00

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Readme

Keywords

none

Package Sidebar

Install

npm i ultra-exact-ncst

Weekly Downloads

7

Version

1.1.6

License

ISC

Unpacked Size

665 kB

Total Files

11

Last publish

Collaborators

  • gulsam00