= clim-lastfm, a CLIM front-end to last.fm web services (experimental) =

This package contains a library for controlling a last.fm stream via a
Common Lisp application. It includes a CLIM front-end.

== Installing clim-lastfm ==

I recommend using asdf-install to install clim-lastfm. See
http://cliki.net/asdf-install for details. This paragraph would stand
-some- fleshing out, but I'm not in the mood right now. (-:

You'll require a few libraries that are ASDF-INSTALLable, plus a
recent CVS version of McCLIM. see
http://common-lisp.net/project/mcclim/ for details on that.

I tested clim-lastfm with SBCL (:sb-thread, :sb-futex) only. If it
works with other Common Lisp implementations, that makes me very happy
and I'd like to hear about it. It's not intentional, though. (-:

== Running clim-lastfm ==

You load clim-lastfm via asdf:

* (asdf:oos 'asdf:load-op :clim-lastfm)
;;; lots of compiler messages show up

Then you start it via:

* (clim-lastfm:clim-lastfm :user "your-username" :pass "your-password")

== TODO ==

 * Interactive login stuff is being worked on.
 * All interactive commands are, in fact.