UNPKG

@jayjaydluffy/phil-reg-prov-mun-brgy

Version:

A Javascript library to get the regions, provinces, cities, municipalities and barangays in the Philippines

16 lines (14 loc) 306 B
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript" src="build/phil.min.js"> </script> <script type="text/javascript"> Philippines.getProvincesByRegion('01') </script> </body> </html>