npm for fetching location info by entering pincoode
npm install pincodeindia
node example.js
var pincodeSearch = require('./index.js'); var async = require('async');
async.auto({ getPinInfo:function(next){ pincodeSearch(208024,next); } },function(err,results){ console.log(results.getPinInfo);
})
This project is licensed under the MIT License - see the LICENSE file for details