A Rails 5/react-rails widget that consumes the basic LibraryThing API, set to an internal endpoint, and sends back a random selection of 20 books per page refresh from my user account.
Things I got to experiment with while building this:
- ES6
- fetch API
- iterating over nested objects in the returned JSON to dynamically build a table
Potential future features:
- prettying it up some
- adding search functionality, using LibraryThing's other API's