1.0.2 • Published 3 years ago

fertilizers_calculater v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Fertilizers_Calculater

Installation

Use the package manager npm to install npm packages.

  1. Use this to install all packages
npm install fertilizers_calculater

Example

import FertilizersCalculator from 'fertilizers_calculater';
/* params N P K and WEIGHT*/
console.log(FertilizersCalculator.calculate(15, 15, 15, 231));
/* output { UREA: '45.85', DAP: '75.33', MOP: '57.75', FILLER: '52.07' } */

hope you will be happy -Bunyawat