Skip to content

naingmahar/myanmar-location

Repository files navigation

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());


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published