A Node.js package that will request myanmar year of birth and response the fortune
First, install the package using npm:
npm install home-fortune
Then, require the package and use it like so:
var getHF = require('home-fortune');
Logging the result
console.log(getHF('၁၃၅၀'));
MIT