1.0.3 • Published 3 years ago

pincode-lat-long v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

pincode-lat-long

Get latitude and longitude value for indian pincode.

Features

  • Zero dependencies
  • Only Indian dataset as of now, more coming soon.

How to use

  • Include package in your project
npm install --save pincode-lat-long
or
yarn add pincode-lat-long
const pincode = require('pincode-lat-long')
console.log(pincode.getlatlong(610204))

/*
{ "lat": 26.384367,
  "long": 88.187668
}
 */