JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q52303F

A lookup table for FIPS and GeoIP region codes

Package Exports

  • fips

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fips) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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'));