Skip to content

npm for fetching location info by entering pincoode

License

Notifications You must be signed in to change notification settings

raajatk/pincodeindia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

npm for fetching location info by entering pincoode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published