Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 489 Bytes

HipSlack

HipSlack is HipChat Client, it has ui like slack.

Install

set config.json

{
	"key": "{API_KEY}"
}

What is API_KEY ?

API_KEY is personal token.

Where is config.json ?

Windows

%APPDATA%/hipslack/config.json

OS X

~/Library/Application Support/hipslack/config.json

Build

  • Run gulp package

development

  • Run gulp serve for preview.
  • Run gulp lint for check code styles.