1.0.0 • Published 8 years ago

issue2essay v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago