mini show case, just javascript

TalkLibraryThing API Development

Join LibraryThing to post.

mini show case, just javascript

This topic is currently marked as "dormant"—the last message is more than 90 days old. You can revive it by posting a reply.

1RavenTheSkydiver
Jan 28, 2009, 5:45 am

Hi!

Just found the API and made a small html-snippet that runs on my blog. It's in swedish that shouldn't matter. Look for a book cover on the right hand side.
http://www.raven.nu/blog

To see the source just view the source and search for doIt, my custom handler of the array.

I've made some assumptions to make this work
* I currently can't have more than 100 books with start of finish dates. I'll change that as I go.
* All books I read will show. This is no problem for me, I normaly only read one book at a time
* I can't use server sorting since that is not implemented for start/finish dates. (Could we please have that as a new sort order in the call?)

Of course, you may copy and modify all you want :)