1.1.1 • Published 8 months ago

prediction_address_lao v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

prediction_address_lao

prediction_address_lao is a Node.js package that offers predictions for location information in Laos, specifically provinces, districts, and villages.

Installation

To use this package in your Node.js project, you can install it via npm:

npm install prediction_address_lao

Usage

const findNearestPoint = require("prediction_address_lao");
const inputCoordinates = [102.54303379, 17.99857509]; // Replace with your coordinates

// Call the function with your input coordinates
findNearestPoint(inputCoordinates)
  .then((nearestPoint) => {
    // Log the result
    console.log("Nearest Point Properties:");
    for (const key in nearestPoint) {
      console.log(`${key}: ${nearestPoint[key]}`);
    }
  })
  .catch((error) => {
    console.error("Error:", error.message);
  });
1.1.1

8 months ago

1.1.0

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago