1.0.5 • Published 9 years ago

india-territories v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Territories of India By PinCode

NPM Version NPM Downloads

  • 76462 PinCode

Installation

$ npm install --save india-territories

Usage

var indiaTerritores = require('india-territories');

// get area detail from pin code
indiaTerritores.searchFromPINCode('######', function(res){
  console.log(res);
});

// get city detail by name
indiaTerritores.searchFromCity('City Name', function(res){
  console.log(res);
});

// get all city by state Name
indiaTerritores.getStateData('State Name', function(res){
  console.log(res);
});
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago