1.0.2 • Published 7 years ago

kalimati-rate v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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