{"id":24838191,"url":"https://github.com/justbecoder/find-book","last_synced_at":"2025-03-26T04:14:50.320Z","repository":{"id":207534952,"uuid":"719387803","full_name":"justbecoder/find-book","owner":"justbecoder","description":"一个根据ISBN（国际标准图书编号）查询图书信息的库，返回书名、作者、副标题、语言、出版日期等关键信息。  A library for querying book information based on ISBN (International Standard Book Number).","archived":false,"fork":false,"pushed_at":"2023-11-16T12:33:51.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T06:09:38.778Z","etag":null,"topics":["book-details","book-retrieval","isbn","isbn-search"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justbecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-16T03:47:43.000Z","updated_at":"2023-11-16T09:33:02.000Z","dependencies_parsed_at":"2023-11-16T10:39:11.892Z","dependency_job_id":null,"html_url":"https://github.com/justbecoder/find-book","commit_stats":null,"previous_names":["justbecoder/find-book"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justbecoder%2Ffind-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justbecoder%2Ffind-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justbecoder%2Ffind-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justbecoder%2Ffind-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justbecoder","download_url":"https://codeload.github.com/justbecoder/find-book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245585812,"owners_count":20639671,"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":["book-details","book-retrieval","isbn","isbn-search"],"created_at":"2025-01-31T06:09:44.845Z","updated_at":"2025-03-26T04:14:50.291Z","avatar_url":"https://github.com/justbecoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# find-book\n\n一个根据ISBN（国际标准图书编号）查询图书信息的库，返回书名、作者、副标题、语言、出版日期等关键信息。\n\nA library for querying book information based on ISBN (International Standard Book Number).\n\n# Install\n```\nnpm install find-book -S\n```\n# Usage\n```\nimport { find, findOne } from 'find-book';\n\nfindOne({\n  isbn: \"9787557677404\",\n})\n  .then((result) =\u003e {\n    console.log(result);\n  })\n  .catch((e) =\u003e {\n    console.log(\"error\", e);\n  });\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustbecoder%2Ffind-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustbecoder%2Ffind-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustbecoder%2Ffind-book/lists"}