Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.75 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.75 KB

Librarian

Postman blog post: http://blog.getpostman.com/2017/12/21/librarian-building-a-serverless-slack-app-using-postman-and-airtable/

Librarian is a Postman collection that allows you to use Slack to check the availability of a book in your office library. In this case, we are searching for the book using a Slack app, and also storing the books that we have in the Postman office using Airtable as a database.

Search in Slack

You can search for your book by typing /bookbug [book-name] in Slack. No switching applications or learning a new UI!

Image of searching in slack

  • If the book is up for grabs, you will see the details of the book - Image of book available

  • If the book is with someone, you will know who is reading it currently- Image of currently reading

  • If the book is unavailable, well, it is time to buy a new book - Image of unavailable

Check out the Librarian documentation for step-by-step instructions on how to get started.