0.0.4
a lib to return all locations
Repository
Current version released
4 years ago
Versions
Localidades
Project to return all locations
Run
import { cidades } from 'https://deno.land/x/localidades@0.0.2/mod.ts'
const response = await cidades('SP')
//OR
const _response = await cidades(['SP','RJ'])
import { estados } from 'https://deno.land/x/localidades@0.0.2/mod.ts'
const response = await estados()