Skip to content

robic/restcountries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST Countries v1.1.1

Get information about countries via a RESTful API http://restcountries.eu


Branches

dev
  • well... dev environment. all changes are made here before new releases.
  • using java7 and servlet api 3
master
  • latest stable release
  • using java7 and servlet api 3
servlet2
  • latest stable release
  • using java6 and servlet api 2

REST API

Compiling and running

Sources

JSON Data is taken mostly from @mledoze
Area data is from http://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_area
Population data is from https://en.wikipedia.org/wiki/List_of_countries_by_population
Gini coefficient from http://en.wikipedia.org/wiki/List_of_countries_by_income_equality
CSS http://bootswatch.com/spacelab/

License

Mozilla Public License MPL

Similar cool projects

world-currencies

About

Get information about countries via a RESTful API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.2%
  • Python 5.0%
  • JavaScript 3.8%