Popcorn-ibge is a javascript library created to facilitate the use of the IBGE locale api.
$ npm install popcorn-ibge --save// to import a specific method
import { ufs } from 'popcorn-ibge';
const ibge = ufs();Follow the methods that the library provides.
Rewind an image by calling this method.
Example
async function getData() {
const ufs = await ufs();
console.log(ufs);
};Advance an image by calling this method.
Example
async function getData() {
const municipios = await municipios('mg');
console.log(municipios);
};Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
| Denner Rondinely |
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details