Twitter module for gitevents gitevents
This is pending to revisision or modification by the group depending on common needs:
gitevents-twitter is an gitevents module that will:
- 1 tweet new coming talks
- 2 publish job offers
- 3 congrats the speaker and ,in case they exist, publish link to the talk slides.
this module will receive an object with some required params(all of this pending to possible future modifications):
-
webhook {Object}
: right now with just one required parameter:label {String}
: could be "talk proposal" or "jobs"
-
if previous label is "talk proposal":
talks {Array}
: Array of objects with this required params by now:description {String}
: could be "talk proposal" or "jobs"
-
else if previous label is "jobs" :
jobs {Array}
: Array of objects with this required params:- 'company {String}`
- 'description {String}`
giteventsTwitter.init(data, function(err, res){
})
node test
MIT license, read LICENSE file for more information.