Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjt3591oo/hycon
하이콘 연동 라이브러리
https://github.com/pjt3591oo/hycon
Last synced: about 5 hours ago
JSON representation
하이콘 연동 라이브러리
- Host: GitHub
- URL: https://github.com/pjt3591oo/hycon
- Owner: pjt3591oo
- Created: 2018-11-01T23:22:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T05:35:11.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T02:38:27.271Z (8 days ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hycon Library
해당 라이브러리는 하이콘 연동을 위한 라이브러리 입니다.
## Table Of Contents
* [Installation](##Installation)
* [network 관리](#network)
* [library guide](#guide)## Installation
* 1. 소스코드 직접 받기
```bash
# 다음 라이브러리가 필요합니다.
$ npm install --save request
$ npm install --save request-promise# hycon 코드설치
$ git clone https://github.com/pjt3591oo/hycon.git ./node_modules/hycon
```* 2. npm으로 받기
만약, npm으로 받을경우 프로젝트 이름이 pjt3591oo이기 때문에 모듈 가져올 때 **```require('pjt3591oo')```** 으로 해야함
[npm 저장소 바로가기](https://www.npmjs.com/package/pjt3591oo)
```bash
# 다음 라이브러리가 필요합니다.
$ npm install --save pjt3591oo
```## network
[network 구축 문서 바로가기](https://github.com/pjt3591oo/hycon/wiki/network-%EA%B5%AC%EC%B6%95)
## guide
[hycon library 연동 문서 바로가기](https://github.com/pjt3591oo/hycon/wiki/hycon.js-%EC%97%B0%EB%8F%99)