1.0.0 • Published 2 years ago

cep_await v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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!