Skip to content

A dashboard widget for the Status Board iPad app from Panic

Notifications You must be signed in to change notification settings

chowdhury/basecamp-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Basecamp for Status Board

I wanted to show the most recent events from my Basecamp project on the iPad app Status Board from Panic.

status board

This widget shows the most recent activity on your Basecamp project(s)

You can find the PHP program necessary for this widget on this github page.

Install the program on a PHP 5.3 server, and change the necessary configuration parameters in the index.php file.

You can see your Account ID by visiting a Basecamp project and looking at the URL of the page. i.e. FOR https://basecamp.com/1234567/projects/1111111-name-of-the-project THE ACCOUNT ID IS 1234567

/**
* CHANGE THESE SETTINGS TO YOUR BASECAMP ACCOUNT SETTINGS
*/
$basecampAccountId = 'xxxxxxx';
$basecampUsername = 'xxxxxxx';
$basecampPassword = 'xxxxxxx';

Now you can add a Do-It-Yourself widget to your Status Board with the correct link.

Thanks to

About

A dashboard widget for the Status Board iPad app from Panic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published