1.0.7 • Published 8 years ago

india-territories v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago