Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Add meta information for ISO3166Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpicard committed Nov 6, 2012
1 parent 3a4fc06 commit 52cf563
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions iso_3166_codes/ISO3166Codes.pm
@@ -0,0 +1,28 @@
package DDG::Fathead::ISO3166Codes;

use DDG::Fathead;

primary_example_queries => "iso tk";

secondary_example_queries =>
"us iso";

description "ISO 3166 country codes";

name "ISO3166Codes";

icon_url "/i/www.iso.org.ico";

source "ISO";

code_url "https://github.com/duckduckgo/zeroclickinfo-fathead/tree/master/iso_3166_codes";

topics => "geography", "travel", "special_interest";

category => "geography";

attribution
github => ['https://github.com/cjfarrar', 'cjfarrar'],
web => ['http://www.arrdor.com', 'Chris Farrar'];

1;

0 comments on commit 52cf563

Please sign in to comment.