Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librity/cc_ibge_cli
Ruby CLI that lets you interact with IBGE's API, part of Treinadev's "Web Imersion", a Ruby on Rails development course - Campus Code, São Paulo
https://github.com/librity/cc_ibge_cli
campus-code cli ibge-api ibge-cli ruby ruby-cli web-imersion
Last synced: about 2 months ago
JSON representation
Ruby CLI that lets you interact with IBGE's API, part of Treinadev's "Web Imersion", a Ruby on Rails development course - Campus Code, São Paulo
- Host: GitHub
- URL: https://github.com/librity/cc_ibge_cli
- Owner: librity
- License: mit
- Created: 2020-07-28T18:24:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:54:00.000Z (over 3 years ago)
- Last Synced: 2023-03-03T03:12:36.792Z (almost 2 years ago)
- Topics: campus-code, cli, ibge-api, ibge-cli, ruby, ruby-cli, web-imersion
- Language: Ruby
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBGE's API Analyzer
## About
- [Rules of Engagement](.github/desafio_treina_dev.pdf)
- [Video Explanation](https://www.youtube.com/watch?v=vJrLaUdFWfA&feature=youtu.be)
- [IBGE's census data](.github/populacao_2019.csv)Ruby CLI that lets you interact with IBGE's API, part of Treinadev's "Web Imersion", a Ruby on Rails development course - Campus Code, São Paulo
## Resources from IBGE
- [Analysis of Brazil's proper names by frequency, gender, etc.](https://www.ibge.gov.br/censo2010/apps/nomes/)
- [Names API](https://servicodados.ibge.gov.br/api/docs/censos/nomes?versao=2)
- [Locations API](https://servicodados.ibge.gov.br/api/docs/localidades?versao=1)## Instructions
```bash
$ ./bin/setup.rb
``````bash
$ ./bin/cli.rb
``````bash
$ ./bin/cli.rb hello 'World!!'
```## Gems
- CLI Toolkit: [Thor](https://github.com/erikhuda/thor) ([Documentation](http://whatisthor.com/))
- RubocopTests
- Framework: RSpec