Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

gitevents/gitevents-twitter

 
 

Repository files navigation

gitevents-twitter

Twitter module for gitevents gitevents

Introduction

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):

  1. webhook {Object}: right now with just one required parameter:

    • label {String}: could be "talk proposal" or "jobs"
  2. 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"
  3. else if previous label is "jobs" : jobs {Array}: Array of objects with this required params:

    • 'company {String}`
    • 'description {String}`

Basic usage

giteventsTwitter.init(data, function(err, res){
	
})

Test

node test

LICENSE

MIT license, read LICENSE file for more information.

About

publish to twitter from gitup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%