1.0.0 • Published 7 years ago

issue2essay v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

A webHookServer to convert git issue to a blogPost

Build Status

const Server = require('issue2essay')
const server = new Server({
  port : 5080,   // opational
  sercet: 'your webhook sercet',   //required
  path: '/'
})

event

listen

server.on('listen', port => {

})

essay

server.on('essay', essay => {
 //  essay = {
//   oldTitle: origionTitle of the issue
//   title: issue['title'],
//   date: issue['created_at'],
//   content: issue['body'],
//   tags: ['tagA', 'tagB']
// }

})

test

npm run test

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago