Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 586 Bytes

Task:

  1. Create simple cli application for find all books of authors specific book
  2. Application has to find all authors for book and it will print list of all their books
  3. Create list of books for each author (name, date of publishing, count of revision, isbn)
  4. Print result to stdout in yaml format sorted by author name, date of publishing (asc, desc as argument). Names of authors have to part of output.

As source of information about books and authors use this api: https://openlibrary.org/developers/api

Resources: Offical docs for golang packages: https://pkg.go.dev/