1.0.0 • Published 7 years ago

fuel-price-calculator v1.0.0

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

#Fuel Price Calculator for NodeJS

Require the module

var fuelPrice = require('fuel-price-calculator');

##Calculate the price of the following:

Trip cost MPG

var fuelPrice = require('fuel-price-calculator');

fuelPrice.mpgPrice(fuelPrice, distanceMiles, mpg);

Trip cost Lp100Km

var fuelPrice = require('fuel-price-calculator');

fuelPrice.lp100kmPrice(fuelPrice, distanceKm, lp100km);