Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 720 Bytes

AoikWinWhich-JavaScript

AoikWinWhich written in JavaScript.

Node.js: v0.10

Contents

How to install

Clone the repo to local.

Go to the local repo dir.

Use npm to install dependency packages.

npm install --loglevel info

How to use

Go to the local repo dir.

The program entry file is src/aoikwinwhich/index.js.

Use node to run.

node src/aoikwinwhich

Use npm to run.

npm start

See here for more usage and AoikWinWhich for more info.