Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garu/ibge-municipios
Interface para códigos de municípios do IBGE
https://github.com/garu/ibge-municipios
Last synced: 11 days ago
JSON representation
Interface para códigos de municípios do IBGE
- Host: GitHub
- URL: https://github.com/garu/ibge-municipios
- Owner: garu
- Created: 2014-11-22T23:58:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T01:33:20.000Z (about 10 years ago)
- Last Synced: 2024-11-05T21:50:30.758Z (about 2 months ago)
- Language: Perl
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
IBGE-Municipios
===============Este módulo oferece uma interface simples para obtenção do código IBGE
de municípios brasileiros, necessários para a criação de notas fiscais
eletrônicas (NF-e). Os dados foram extraídos do
[site oficial do IBGE](http://www.sidra.ibge.gov.br/bda/territorio/download/default.asp?z=t&o=4).Instalação:
-----------cpanm IBGE::Municipios
Uso:
----```perl
use IBGE::Municipios;
my $codigo = IBGE::Municipios::codigo( 'Castanheiras', 'RO' );
say $codigo; # 1100908
```