distance-by-name

1.0.7 • Public • Published

Distance By Name

A Node.js module to find the distance and estimated travel time between two places using OpenRouteService API.

🚀 Installation

const { getDistanceByName } = require("distance-by-name");
const { origin, destination } = req.body;
const result = await getDistanceByName(origin, destination);

Package Sidebar

Install

npm i distance-by-name

Weekly Downloads

18

Version

1.0.7

License

MIT

Unpacked Size

5.12 kB

Total Files

5

Last publish

Collaborators

  • raviprarai