nepali-location-coordinates
v1.0.1
Published
Convert any Nepali location name to latitude and longitude (offline dataset).
Maintainers
Readme
Nepali Location Coordinates
Convert any Nepali location name into latitude & longitude — works fully offline.
Install
npm install nepali-location-coordinates
Usage
const { findLocation } = require("nepali-location-coordinates");
console.log(findLocation("Baneshwor")); /* { name: "Baneshwor", lat: 27.6896, lon: 85.3420 } */
Features
- Works offline
- Includes major Nepali locations
- Fuzzy matching (Baneshwar → Baneshwor)
- Easy to extend (add more locations.json entries)
Contribute
Feel free to open pull requests to include more Nepali places!
