Skip to content

jicjjang/commitbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commitbot

Github commitbot for dooray messenger in NHN

Install

$ npm install --save commitbot
# or
$ git clone https://github.com/jicjjang/commitbot
$ npm install

Usage

const commitbot = require('commitbot');

/**
 * @param commitbot
 */
 (function (commitbot) {
   const arr = ['jicjjang', 'blahblah'];

   let result = {};
   Promise.all(
     arr.map((id) => {
       return commitbot.checkTodayCommit(id).then(res => {
         result[id] = res;
       })
     })
   ).then(() => {
     console.log(result);
     return result;
     // Something to everythings.
   });
 })(commitbot);

You should be reference this

$ npm test

About

Gitbot for dooray messenger in NHN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published