SkillAgentSearch skills...

Zipcode

Node module to easily lookup city and state for a US zipcode

Install / Use

/learn @devongovett/Zipcode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

zipcode

Node module to easily lookup city and state for a US zipcode

Install using npm:

npm install zipcode
var zipcode = require('zipcode');

// returns data in [city, state] format
zipcode.lookup('94122'); // ['SAN FRANCISCO','CA']

License

MIT

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated4y ago
Forks7

Languages

JavaScript

Security Score

75/100

Audited on Dec 18, 2021

No findings