Skip to content

Validates and generates ISNI (International Standard Name Identifier) codes

Notifications You must be signed in to change notification settings

Ohiekkar/isni-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isni-utils

Validates and generates ISNI (International Standard Name Identifier) codes

Usage

Usage as a Node library:

const isni = require('isni-utils');

isni.validate('0000-0001-2147-8925') // true
isni.validate('0000000121478925') // true
isni.validate('1234-1234-1234-1234') // false

isni.generate() // Generates a random ISNI code

About

Validates and generates ISNI (International Standard Name Identifier) codes

Resources

Stars

Watchers

Forks

Packages

No packages published