Skip to content

adityathebe/kalimati-rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API that provides Kalimati, Nepal Current Market Rate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published