Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

postlight/hubot-pingboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-pingboard

A hubot script for interacting with Pingboard.com

See src/pingboard.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-pingboard --save

Then add hubot-pingboard to your external-scripts.json:

[
  "hubot-pingboard"
]

Sample Interaction

# List projects.
user1>> hubot list projects
hubot>>

- Project 1: Person1, Person2
- Project 2: Person3


# What's someone working on?
user1>> hubot what's person1 working on?
hubot>> Person1: Project1, Person2


# Who's on a project?
user1>> hubot who's on Project1?
hubot>> Project1: Person1, Person2


# Who's out today?
user1>> hubot who's out?
hubot>>
## Remote

- Alex Gunther (5:00am - 11:00am), at Coffee Shop

## Sick

- Trip Dissywig (all day)
- Super Sadperson (all day), sick so bad

## Vacation

- Seeyou Later (all day), HAHA I'M OUT

## Business Trip

- Mr. Business (all day), Gone Gone Gone

About

👥 A hubot script for interacting with Pingboard.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published