pjt3591oo
v1.0.7
Published
hycon 연동 라이브러리
Downloads
2
Readme
Hycon Library
해당 라이브러리는 하이콘 연동을 위한 라이브러리 입니다.
Table Of Contents
Installation
- 소스코드 직접 받기
# 다음 라이브러리가 필요합니다.
$ npm install --save request
$ npm install --save request-promise
# hycon 코드설치
$ git clone https://github.com/pjt3591oo/hycon.git ./node_modules/hycon
- npm으로 받기
만약, npm으로 받을경우 프로젝트 이름이 pjt3591oo이기 때문에 모듈 가져올 때 require('pjt3591oo')
으로 해야함
# 다음 라이브러리가 필요합니다.
$ npm install --save pjt3591oo