kalimati-rate
v1.0.2
Published
AN API for vegetable rate of Kalimati, Nepal
Downloads
3
Readme
Kalimati Vegetable rates
An Api for vegetable rates of Kalimait, Nepal
Installing
npm install kalimati-rate
Usage
const Kalimati = require('kalimati-rate');
Kalimati.retail().then((retail_price) => {
console.log(retail_price);
});
Kalimati.wholesale().then((wholesale_price) => {
console.log(wholesale_price);
});
Author
- Aditya Thebe - @adityathebe - Blog
License
This project is licensed under the MIT License - see the LICENSE.md file for details