cep_await

1.0.0 • Public • Published

Cep_Await

A zip code searcher by address

cep await is a tool to fetch cep by address.

Installation

cep_await requires Node.js v16+ to run.

Install.

npm -i cep_await

Example Usage

const api = require('cep_await');
api('feira de santana bahia').then(console.log);


/* "if the address is not fully specified, a list of possible zip codes is returned."

output:
[
  '44002-224', '44002-772',
  '44003-552', '44004-744',
  '44010-850', '44032-487',
  '44044-304', '44050-716',
  '44052-153', '44077-440',
  '44079-004', '44091-392',
  '44091-394', '44092-400',
  '48604-170'
]
*/

License

MIT

Author

Allan Pereira

Free Software, Hell Yeah!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i cep_await

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.43 kB

Total Files

5

Last publish

Collaborators

  • allan.pereira.dev