npm.io
1.0.2 • Published 8 years ago

kalimati-rate

Licence
ISC
Version
1.0.2
Deps
3
Vulns
1
Weekly
0
Stars
6

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