-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add new API Property - independence_year #50
Comments
Hii, I'm a newbie developer. can you please assign this to me? |
@sthiepaan will you be taking up this issue? or should I assign it to @Koushith ? |
@Koushith can take it if all is clear to him 😉 |
I think the task is fairly simple tho, do you understand it fully @Koushith? |
@bhatvikrant let me know if can take this as well. @Koushith are you on it ? |
@bhatvikrant yeah. I'm working on it. 👍 |
What is the status of your work so far @Koushith? 😉 |
Since there is no response from @Koushith, I will take care of that Issue |
After short introduction in #32 we decided to extend this package with
independence_year
Property:independence_year
Property is aNumber
of year when country became independent0
,null
or year when country was settled (TBD)After adding new property, each Country {Object} should contain:
Additionally there will be new method to use that data:
getCountriesByIndependenceYear(independenceYear)
getCountriesByIndependenceYearRange(fromYear, toYear)
The text was updated successfully, but these errors were encountered: