Projects tagged ‘cia’


Jump to tag:

Projects tagged ‘cia’

Filtered by Project Tags cia

Refine results Project Tags hem (1) kas (1) java (1) factbook (1)

[2 total ]

0 Users

Oi lia lia
Created 3 months ago.

0 Users

This library allows you to pull out specific pieces of information for a given country from the CIA World Factbook. To get started using this library: Checkout the latest source code from the ... [More] repository (JAR files should be available soon). Use some code like this to grab the data field that you want: Factbook factbook = new Factbook(); String background = factbook.get("us","Background"); There is also a small command-line utility available: Download the file "factbook.jar" Use something like this from the command line: java -jar factbook.jar us Background Note: You will need to have the JTidy package installed as well. You can get that at http://jtidy.sourceforge.net/ [Less]
Created 10 months ago.