@nmh/myanmar-location
v1.0.6
Published
A package for myanmar region and townships
Downloads
10
Readme
Myanmar Location V1
Support Web , Js and Ts .
Myanmar Location Demo Website
Installation Web
<script src="https://myanmar-location.s3.ap-southeast-1.amazonaws.com/bundle.js"></script>
Installation
Install the dependencies and devDependencies and start the server.
$ npm install npm i @nmh/myanmar-location --save
Js Example!
const Myanmar = require("@nmh/myanmar-location/dist").default;
console.log(Myanmar.getAllDistricts());
Ts Example!
import Myanmar from '@nmh/myanmar-location/dist'
console.log(Myanmar.getAllDistricts());