Lists of values
If you are into building applications of any kind, probably you sometime had the need of a list of countries for a dropdown box or a select list with states.
This is why we created LOVs https://github.com/seasonlabs/lovs a repository to store this kind of datasets, in a plain, machine readable format that can be used to create DB tables or other kind of automated datastore.
With firsts commits I tried to contribute some common use datasets. You can find for example a list of countries in Spanish: https://github.com/seasonlabs/lovs/blob/master/es/countries.yml or the same list in English https://github.com/seasonlabs/lovs/blob/master/en/countries.yml
Hope this could be of utility to some people and get a lot of contributions.
Forks are welcome!
Open source @ www.season.es