Skip to content

KirrTap/BookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages