React-Pincode
React-Pincode copied to clipboard
As of now this module works only for Indian Pinocdes. Implement it for global pincodes.
@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:)
Hey @plxity, I would like to take this up if this issue is still pending.
@siddhishree How are you planning to work on this?