-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now this module works only for Indian Pinocdes. Implement it for global pincodes. #2
Comments
@plxity this looks challenging I want to tackle it under GSSoC'20. |
Will surely want to have a shot at this! |
The problem is that ZIP/Postal Code formats are different for different regions. Like in India, a 6 digit code is used, for Iran, it's 10 and the US have 4 and 5 separated by a hyphen. Validations need to be changed accordingly. The second part of the problem is the API call, currently, the API being used only has Indian postal codes, other API providers limit their usage. If the limitation is not a problem, I can do it. I can make trhe module work for more than just India. Let me know what you think:) |
* zip-validation * zip-validation * API Parameters fixed * Invalid Pin Code error message * Removed package-lock.json and build folder * Removal #2 * minor fixes
Hey @plxity, I would like to take this up if this issue is still pending. |
@siddhishree How are you planning to work on this? |
No description provided.
The text was updated successfully, but these errors were encountered: