2.0.5 • Published 6 years ago

pincodeindia v2.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Pincodeindia

npm for fetching location info by entering pincoode

For installing

npm install pincodeindia

For testing the example.js, just run:

node example.js

Example

var pincodeSearch = require('./index.js'); var async = require('async');

async.auto({ getPinInfo:function(next){ pincodeSearch(208024,next); } },function(err,results){ console.log(results.getPinInfo);

})

License

This project is licensed under the MIT License - see the LICENSE file for details

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago