{"id":21912630,"url":"https://github.com/eftakhairul/gisbn","last_synced_at":"2025-04-16T05:51:22.409Z","repository":{"id":20864236,"uuid":"24151138","full_name":"eftakhairul/gisbn","owner":"eftakhairul","description":"It fetches all book information by ISBN number based on Google Book API","archived":false,"fork":false,"pushed_at":"2021-05-12T18:06:58.000Z","size":30,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T05:04:38.407Z","etag":null,"topics":["gisbn","isbn","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eftakhairul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-17T15:43:11.000Z","updated_at":"2024-03-07T19:23:20.000Z","dependencies_parsed_at":"2022-08-30T12:11:31.167Z","dependency_job_id":null,"html_url":"https://github.com/eftakhairul/gisbn","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eftakhairul%2Fgisbn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eftakhairul%2Fgisbn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eftakhairul%2Fgisbn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eftakhairul%2Fgisbn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eftakhairul","download_url":"https://codeload.github.com/eftakhairul/gisbn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249205013,"owners_count":21229846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gisbn","isbn","ruby","ruby-gem"],"created_at":"2024-11-28T18:11:39.171Z","updated_at":"2025-04-16T05:51:22.378Z","avatar_url":"https://github.com/eftakhairul.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gisbn GEM  [![Build Status](https://travis-ci.org/eftakhairul/gisbn.svg?branch=master)](https://travis-ci.org/eftakhairul/gisbn) [![GitHub issues](https://img.shields.io/github/issues/eftakhairul/gisbn.svg)](https://github.com/eftakhairul/gisbn/issues)  [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/eftakhairul/gisbn/master/LICENSE.txt)\n\nIt fetches book's information by ISBN number based on Google Book API.\n\n  - Easy to get all information by ISBN\n  - Structure data\n\nYou don't have to call manually Google API with ISBN number. This gem will do everything for you.\n\n\n\n### Version\n0.0.1\n\n\n### Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'gisbn'\n```\n\nAnd then execute:\n\n```sh\n$ bundle\n```\n\nOr install it yourself as globally:\n\n```sh\ngem install gisbn\n```\n\n\n## Examples\n    book = Gisbn::Book.new \"0262033844\", \"AIzaSyDKepjfaVBRcgsnPALw5s2UNyfOk-1FHUU\", \"ca\"\n\n    book.title\n    #=\u003e \"Introduction to Algorithms\"\n\n    book.description\n    #=\u003e \"A new edition of the essential text and professional reference, with substantial newmaterial on such topics as vEB trees, multithreaded algorithms, dynamic programming, and edge-baseflow.\"\n\n    book.publisher\n    #=\u003e \"MIT Press\"\n\n    book.published_date\n    #=\u003e \u003cDate: 2001-02-03 ...\u003e\n\n    book.isbn_10\n    #=\u003e 0262033844\n\n    book.isbn_13\n    #=\u003e 9780262033848\n\n    book.thumbnail\n    #=\u003e http://books.google.com/books/content?id=i-bUBQAAQBAJ\u0026printsec=frontcover\u0026img=1\u0026zoom=1\u0026edge=curl\u0026source=gbs_api\n\n    book.preview\n    #=\u003e http://books.google.ca/books?id=i-bUBQAAQBAJ\u0026printsec=frontcover\u0026dq=isbn:0262033844\u0026hl=\u0026cd=1\u0026source=gbs_api\n\n\n    book.gisbn.isbn = 9780321573513\n    book.fetch.title  =\u003e \"Algorithms\"\n\n\n\n## Methods\n    title                \u003e\u003e Returns Book's title as string\n    description          \u003e\u003e Returns the description of book as string\n    isbn(isbn_number)    \u003e\u003e Set new isbn\n    fetch                \u003e\u003e Call to Google Book API and process book information on provided ISBN\n    authors              \u003e\u003e Return authors' name as comma separated as string\n    authors_as_array     \u003e\u003e Return authors' name as ruby array. If no book is associated with ISBN number,\n                            then it return empty array\n    publisher            \u003e\u003e Return publisher name as string\n    isbn_10              \u003e\u003e Return 10 digit ISBN numbers as string\n    isbn_13              \u003e\u003e Return 13 digit ISBN numbers as string\n    categories           \u003e\u003e Return category names as comma separated as string\n    categories_as_array  \u003e\u003e Return category names as ruby array. If no book is associated with ISBN number,\n                            then it return empty array\n    thumbnail_small      \u003e\u003e Return the link of small thumnail\n    thumbnail            \u003e\u003e Return the link of standard thumnail\n    preview_link         \u003e\u003e Return the link for previewing the book\n    page_count           \u003e\u003e Return page count as integer\n    published_date       \u003e\u003e Return the published date as Ruby object\n\n\n### Development\n\nWant to contribute? Great!\n\n1. Fork it ( https://github.com/eftakhairul/gisbn/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n\nAuthor\n-----------\n[Eftakhairul Islam](https://eftakhairul.com)\n\nContributors\n-----------\n[Matt Seeberger](https://github.com/thebeardedgeek)\n\nLicense\n----\nMIT\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feftakhairul%2Fgisbn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feftakhairul%2Fgisbn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feftakhairul%2Fgisbn/lists"}