Skip to content

skippednote/gblibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gblibrary

Get book details using ISBN number and build a library page.

Install

go get github.com/skippednote/gblibrary

Setup

  • Add a books.yml file where you want to build the library page.
- isbn: '1617292230'
  rating: 3
  read: false

- isbn: '0137081073'
  rating: 3
  read: false
  • Add a book.tmpl.html which is used to build a page for each book.
<h1>{{ .Title }}</h1>
<p>{{ .Author }}</p>

Usage

$ gblibrary

Example Library

Usage

  • Use flags to add custom configuration.
  • Multiple output formats.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published