UNPKG

distance-by-name

Version:

A module to calculate distance and duration between two places using OpenRouteService API.

3 lines (2 loc) 99 B
const { getDistanceByName } = require("./routeService"); module.exports = { getDistanceByName };