UNPKG
@jeardev/ph-address
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Latest Philippine Address as of 2023
github.com/jearbecerro/ph-address
jearbecerro/ph-address
@jeardev/ph-address
/
src
/
utils
/
constant.ts
2 lines
•
220 B
text/typescript
View Raw
1
2
export
const BASE_URL =
'https://raw.githubusercontent.com/jearbecerro/address-ph/refs/heads/main'
;
export
const GOOGLE_API =
'https://maps.googleapis.com/maps/api/geocode/json?'
//address=
${encodedAddress}
&key=
${apiKey}