Skip to content

joaocarvalhowd/finducep.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finducep.js

🕵 The easy way to find the info about your CEP.

Install

You can install this package either with npm or with bower.

npm

npm install finducep.js --save

Then add the <script> to your index.html:

<script src="/node_modules/finducep.js/dist/finducep.min.js"></script>

bower

bower install finducep.js

Then add a <script> to your index.html:

<script src="/bower_components/finducep.js/dist/finducep.min.js"></script>

Example

const cep = 05022001;
const finducep = new FindUCep();

finducep.find(cep)
	.then(response => console.log(response))
	.catch(error => console.log(error))
	

About

🕵️ The easy way to find the info about your CEP.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published