UNPKG

weather-arg

Version:

A Package to consult the weather in Argentina

7 lines (5 loc) 177 B
'use strict'; module.exports = ( [latitude, longitude], [lat, lon] ) => Math.abs(parseFloat(latitude) - parseFloat(lat)) + Math.abs(parseFloat(longitude) - parseFloat(lon));