BusyBird: a multi-level Web-based timeline viewer
=================================================
[](https://travis-ci.org/debug-ito/busybird)
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
INSTALLATION
------------
Install it from CPAN!
$ cpanm BusyBird
See https://metacpan.org/pod/BusyBird for detail.
TRY WITHOUT INSTALLATION
------------------------
You can try BusyBird without installing it. This is recommended if you
try a development version.
$ git clone https://github.com/debug-ito/busybird.git
$ cd busybird
$ cpanm --installdeps .
$ perl Build.PL
$ ./Build
$ ./Build test
...and to start BusyBird, type
$ perl -Iblib/lib blib/script/busybird
AUTHOR
------
Toshio Ito
* https://github.com/debug-ito
* debug.ito [at] gmail.com