fips

0.1.2 • Public • Published

fips Build Status

Look up FIPS 10-4 region codes. Codes are derived from the data available at http://efele.net/maps/fips-10/data/fips-414.txt as of 2/29/2012.

Installation

Installing npm (node package manager)

curl http://npmjs.org/install.sh | sh

Installing fips

npm install fips

Example Usage

var fips = require('fips')
 
// prints "Dubayy"
console.log(fips.longform('AE03'));
 

Readme

Keywords

none

Package Sidebar

Install

npm i fips

Weekly Downloads

4

Version

0.1.2

License

none

Last publish

Collaborators

  • mattbornski