BusyBird: a multi-level Web-based timeline viewer

Build Status

BusyBird is a personal Web-based timeline viewer application. You can think of it as a Twitter client, but BusyBird is more generic and focused on viewing.

BusyBird accepts data called Statuses from its RESTful Web API. The received statuses are stored to one or more Timelines . You can view those statuses in a timeline by a Web browser.

For more information, visit https://metacpan.org/pod/BusyBird

SCREENSHOTS

https://github.com/debug-ito/busybird/wiki/Screenshots

QUICK START

Example in Ubuntu Linux.

See https://metacpan.org/pod/BusyBird for detail.

TUTORIAL

See https://metacpan.org/pod/BusyBird::Manual::Tutorial

TRY WITHOUT INSTALLATION

You can try BusyBird without installing it. This is recommended if you try a development version. (You need cpanm command. See App::cpanminus for detail).

$ git clone https://github.com/debug-ito/busybird.git
$ cd busybird
$ cpanm Module::Build::Prereqs::FromCPANfile
$ cpanm --installdeps .
$ perl Build.PL
$ ./Build
$ ./Build test

...and to start BusyBird, type

$ perl -Iblib/lib blib/script/busybird

AUTHOR

Toshio Ito