Giter Club home page Giter Club logo

sinesp-swift's Introduction

sinesp

CI Status Version License Platform

What is it

A SINESP API Client that allows you to get information about brazilian vehicles (using their license plate).

Installation

sinesp is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "sinesp"

Usage

Create a Plate and get its PlateInformation using SinespClient().information(for plate:):

if let plate = Plate(plate: "ABC-1234") {
    SinespClient().information(for: plate) { (information) in
        print(information)
    }
}

About SINESP (in portuguese)

O Sinesp Cidadão é um módulo do Sistema Nacional de Informações de Segurança Pública, Prisionais e sobre Drogas, o Sinesp (Lei 12.681/2012), o qual permite acesso direto pelo cidadão aos serviços da Secretaria Nacional de Segurança Pública do Ministério da Justiça.

"Segurança Pública, dever do Estado, direito e responsabilidade de todos"

  • Art. 144 da Constituição Federal de 1988.

Full disclaimer

I do not take any responsibility for how you use this API or any information you obtain using it.

Known limitations

  • The API does not respond to API addresses outside Brazil.
  • The API stops responding when too many requests are made.
  • No support for missing people and arrest warrants.

Credits

Author

Francesco Perrotti-Garcia, [email protected]

License

sinesp is available under the MIT license. See the LICENSE file for more info.

sinesp-swift's People

Contributors

fpg1503 avatar

Watchers

 avatar  avatar

Forkers

xsrstarkx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.