Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjt3591oo/hycon

하이콘 연동 라이브러리
https://github.com/pjt3591oo/hycon

Last synced: about 5 hours ago
JSON representation

하이콘 연동 라이브러리

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)