Skip to content

code-y/IANA-LanguageSubtagRegistry-JSONParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IANA-LanguageSubtagRegistry-JSONParser

A parser that converts the iana language subtag registry to JSON

Getting Started

$ npm install [--save[-dev]] iana-languagesubtagregistry-jsonparser

Working Example

var IANAParser = require("iana-languagesubtagregistry-jsonparser");

IANAParser
  .fetchRegistry()
  .then(data => console.log("IANA Language Subtag Registry", data))
;

Model

{ headers: "Object", body: "Object" }

About

A parser that converts the iana language subtag registry to JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published