0.0.1 • Published 5 years ago
@prospectwith/us-postal-code-to-state-name v0.0.1
US Postal Code To State Name
Installation
npm install @prospectwith/us-postal-code-to-state-name
# Or if you prefer using yarn
yarn add @prospectwith/us-postal-code-to-state-nameImports
const { convertPostalCodeToStateName } = require("@prospectwith/us-postal-code-to-state-name")
convertPostalCodeToStateName("al") // Will output Alabama
const { data } = require("@prospectwith/us-postal-code-to-state-name")
console.log(data) // Will output the full data object with all postal codes, abbreviations and state namesContributing
You are more than welcome to contribute to this package. Just submit changes via pull request and I will review them before merging.
Fork it! 🤙
Create your feature branch:
git checkout -b my-new-featureCommit your changes:
git commit -am "Add some feature"Push to the branch:
git push origin my-new-featureSubmit a pull request 👍
License
This package is MIT licensed.
0.0.1
5 years ago