Socket
Socket
Sign inDemoInstall

cep_await

Package Overview
Dependencies
114
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cep_await

Api for Postcode lookup by address


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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!

Keywords

FAQs

Last updated on 27 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc