Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

unRob/api-elecciones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elecciones 2015

info = http("http://representantes.pati.to/busqueda/geo/diputados/19.405718013742895/-99.16584509872088")

candidatoas = http("/candidatoas/" + info.distrito + ".json")

casillas = http("/casilla/" + info.seccion.id)

casillas = [{
    nombre: "String"
    direccion: {
        nombre: "String",
        coords: ["lat <Float>", "lng <Float>"],
        direccion: {
            calle: "String",
            numero: "String",
            cp: "String"
        },
        referencia: "String",
        funcionarios: [
            {
                nombre: "String", 
                apellidos: "String",
                cargo: "String"
            }
        ]
    }
}]

About

API sobre los candidatoas y casillas de las elecciones 2015 en México

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages