Socket
Book a DemoInstallSign in
Socket

@citation-js/plugin-isbn

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citation-js/plugin-isbn

Citation.js plugin to fetch ISBN metadata

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
408
100%
Maintainers
1
Weekly downloads
 
Created
Source

Install

npm install @citation-js/plugin-isbn

Browser

Make a build with @citation-js/plugin-isbn on the build tool!

Use

Install the plugin by require-ing it:

require('@citation-js/plugin-isbn')

Formats

Formats and other features added by this plugin.

ISBN identifiers

  • ISBN-10 (@isbn/isbn-10)
  • ISBN-13 (@isbn/isbn-13)
  • ISBN-A (actionable ISBN, @isbn/isbn-a)

Google Books API

One of the few public, free APIs to resolve ISBNs is the Google Books API. It returns volumes, which contain information on the

  • authors,
  • entity type (magazine or book),
  • categories/keywords,
  • description,
  • dimensions,
  • language,
  • page count,
  • publisher,
  • title,
  • publication date, and
  • a (Google Books) URL.

For the heck of it, this plugin also support creating API responses from existing metadata. This benefits no one.

Open Library API

The other API used in this plugin is the Open Library Books API. It returns the following information:

  • authors,
  • page count,
  • publisher,
  • publication date,
  • publication place,
  • keywords,
  • title, and
  • URL.

Keywords

citation.js

FAQs

Package last updated on 11 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts