An open API service indexing awesome lists of open source software.

https://github.com/devongovett/zipcode

Node module to easily lookup city and state for a US zipcode
https://github.com/devongovett/zipcode

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

zipcode
=======

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

Install using npm:

npm install zipcode

```javascript
var zipcode = require('zipcode');

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

## License

MIT