Skip to content

olhoneles/politicos-go

Repository files navigation

Politicos API

Aqui você vai encontrar os dados, ferramentas e recursos para realizar pesquisas, desenvolver aplicativos, visualizações de dados e muito mais.

Instalação

Instalando as dependências

make setup

Rodando a API

make run

Pegando os CSV dos candidatos

make build-collector
./collector fetch-all-csv

Rodando o coletor

make build-collector
./collector process-all

Rotas da API (local)

http://localhost:8888/swagger/index.html

Como Contribuir

Participe da lista de email e também via IRC no canal #olhoneles na Freenode.

Faça uma cópia do repositório e envie seus pull-requests.

Licença

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.