Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
/ simple_ddd Public archive

API simples de acesso ao DDD das cidades brasileiras

License

Notifications You must be signed in to change notification settings

mcorp/simple_ddd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DDD

API simples com os DDDs das cidades do Brasil

Criando os arquivos da API

bundle install
bin/build_api
cd site
jekyll serve -P 3000

Consultando a API

curl http://simple-ddd.mcorp.ws/br.json
curl http://simple-ddd.mcorp.ws/br/pr.json
curl http://simple-ddd.mcorp.ws/br/pr/curitiba.json
curl http://simple-ddd.mcorp.ws/br/pr/curitiba/ddd.json
curl http://simple-ddd.mcorp.ws/br/pr/curitiba/ddd.json
curl http://simple-ddd.mcorp.ws/br/to/pau-d-arco/ddd.json

Consultando a API via JQuery

$.ajax({ url:'http://simple-ddd.mcorp.ws/br/pr/curitiba/ddd.jsonp', dataType:'jsonp', jsonpCallback: "simpleDDDCallback", cache: true}).done(function(t){ console.log(t); } )
$.ajax({ url:'http://simple-ddd.mcorp.ws/br/sp/santa-barbara-d-oeste.jsonp', dataType:'jsonp', jsonpCallback: "simpleDDDCallback", cache: true}).done(function(t){ console.log(t); } )

Consultando a API (desenvolvimento)

curl http://localhost:3000/br.json
curl http://localhost:3000/br/pr.json
curl http://localhost:3000/br/pr/curitiba.json
curl http://localhost:3000/br/pr/curitiba/ddd.json
curl http://localhost:3000/br/pr/curitiba/ddd.json
curl http://localhost:3000/br/to/pau-d-arco/ddd.json

Consultando a API via JQuery (desenvolvimento)

$.ajax({ url:'http://localhost:3000/br/pr/curitiba/ddd.jsonp', dataType:'jsonp', jsonpCallback: "simpleDDDCallback", cache: true}).done(function(t){ console.log(t); } )
$.ajax({ url:'http://localhost:3000/br/sp/santa-barbara-d-oeste.jsonp', dataType:'jsonp', jsonpCallback: "simpleDDDCallback", cache: true}).done(function(t){ console.log(t); } )

About

API simples de acesso ao DDD das cidades brasileiras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published