Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
/ graphql-zipcode Public archive

🇧🇷 Brazilian Zip Code Rest API Wrapper with GraphQL

License

Notifications You must be signed in to change notification settings

mateus4k/graphql-zipcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql Brazilian Zip Code

🇧🇷 Brazilian Zip Code (CEP) Rest API Wrapper with GraphQL

Documentation Status MIT license GitHub issues PRs Welcome

Docs

This project is currently using ViaCEP Rest API under the table.

Visit the docs here

Usage example

playground

Type details

{
    cep: String
    logradouro: String
    complemento: String
    bairro: String
    localidade: String
    uf: String
    unidade: String
    ibge: String
    gia: String
}

Setup

git clone https://github.com/mateus4k/graphql-zipcode/
cd graphql-zipcode
yarn
yarn dev

Releases

No releases published

Packages