MartinsOnuoha / countriesNowAPI

CountriesNow is an Open source API for retrieving geo-information for countries, including their states, cities, population, etc. 🌎
http://countriesnow.space
MIT License
179 stars 55 forks source link

:recycle: (countries-and-cities) adding anguilla cities at Model #34

Closed FladioArmandika closed 4 years ago

FladioArmandika commented 4 years ago

add Anguilla cities at CountriesAndCities model based on worldpopulationreview.com/countries/cities/anguilla

did I do it correctly? this is my first time to commit other people's project

fix #26

MartinsOnuoha commented 4 years ago

add Anguilla cities at CountriesAndCities model based on worldpopulationreview.com/countries/cities/anguilla

did I do it correctly? this is my first time to commit other people's project

fix #26

Hey @FladioArmandika Awesome job with the PR 🎉, It looks great, can you update the country name from "anguila" to "Anguilla" (capitalized first letter and double L instead of single L). Then run:

git add .

git commit --amend

git push origin YOUR_BRANCH_NAME --force

Then I'd merge it into master. Awesome job!

FladioArmandika commented 4 years ago

forgot about that. done. 05ba7481d390a2ae5423f2b9c0735866f7a87d87

MartinsOnuoha commented 4 years ago

Looks perfect!. 🏅 Merging into master now. Thanks