0.1.4 • Published 6 years ago

gh-talk v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

gh-talk

light discuss add-on based on github issue's comments.

start

npm i -S gh-talk

or

<link rel="stylesheet"  href="https://unpkg.com/gh-talk/dist/index.css" />
<div id="talk-container"></div>
<script src="https://unpkg.com/gh-talk/dist/index.js"></script>

init

new GhTalk({
  selector: '#talk-container'
  // custom maintain a github app
  clientId: string,
  clientSecret: string,

  // login with new dialog tab
  dialog: url,
  owner: string
  issueId: number
  repo: string
  renderFn?: Function
  renderEditor?: Function
  renderComments?: Function
  exchangeTokenURL?: string
})
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago