Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

popcorn-ibge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popcorn-ibge

![npm](https://img.shields.io/npm/dy/popcorn-ibge)

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Popcorn IBGE

npm

Popcorn-ibge is a javascript library created to facilitate the use of the IBGE locale api.

Installation

$ npm install popcorn-ibge --save

How to use

ES6

// to import a specific method
import { ufs } from 'popcorn-ibge';

const ibge = ufs();

Methods

Follow the methods that the library provides.

ufs()

Rewind an image by calling this method.

Example

  async function getData() {
    const ufs = await ufs();
    console.log(ufs);
  };

municipios()

Advance an image by calling this method.

Example

  async function getData() {
    const municipios = await municipios('mg');
    console.log(municipios);
  };

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Denner Rondinely
Denner Rondinely

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

FAQs

Package last updated on 29 Jun 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc