Small cleanup of IsAwesome Goodies
- Removed unneeded comments - Added ABSTRACT where missing - Filled in Metadata where missingmaster
parent
47e52c03d3
commit
2022d6e853
|
@ -6,20 +6,17 @@ use DDG::Goodie;
|
|||
zci answer_type => "is_awesome_john_carlos_reed";
|
||||
zci is_cached => 1;
|
||||
|
||||
# Metadata. See https://duck.co/duckduckhack/metadata for help in filling out this section.
|
||||
name "IsAwesome JohnCarlosReed";
|
||||
description "My first Goodie, it let's the world know that JohnCarlosReed is awesome";
|
||||
primary_example_queries "duckduckhack JohnCarlosReed";
|
||||
#category "";
|
||||
#topics "";
|
||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/JohnCarlosReed/JohnCarlosReed.pm";
|
||||
category "entertainment";
|
||||
topics "entertainment", "special_interest";
|
||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/JohnCarlosReed.pm";
|
||||
attribution github => ["https://github.com/JohnCarlosReed", "John Reed"],
|
||||
twitter => "johnnycarlos";
|
||||
|
||||
# Triggers
|
||||
triggers start => "duckduckhack johncarlosreed";
|
||||
|
||||
# Handle statement
|
||||
handle remainder => sub {
|
||||
return if $_;
|
||||
return "JohnCarlosReed is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
package DDG::Goodie::IsAwesome::tarun29061990;
|
||||
# ABSTRACT: tarun29061990's first Goodie
|
||||
|
||||
use DDG::Goodie;
|
||||
|
||||
zci answer_type => "is_awesome_tarun29061990";
|
||||
zci is_cached => 1;
|
||||
|
||||
# Metadata. See https://duck.co/duckduckhack/metadata for help in filling out this section.
|
||||
name "IsAwesome tarun29061990";
|
||||
description "My first Goodie, it let's the world know that tarun29061990 is awesome";
|
||||
primary_example_queries "duckduckhack tarun29061990";
|
||||
|
@ -15,10 +15,8 @@ code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DD
|
|||
attribution github => ["https://github.com/tarun29061990", "tarun29061990"],
|
||||
twitter => "_tarunChaudhary";
|
||||
|
||||
# Triggers
|
||||
triggers start => "duckduckhack tarun29061990";
|
||||
|
||||
# Handle statement
|
||||
handle remainder => sub {
|
||||
return if $_;
|
||||
return "tarun29061990 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";
|
||||
|
|
|
@ -6,7 +6,6 @@ use DDG::Goodie;
|
|||
zci answer_type => "is_awesome_thejdeep";
|
||||
zci is_cached => 1;
|
||||
|
||||
# Metadata.
|
||||
name "IsAwesome thejdeep";
|
||||
description "My first Goodie, it let's the world know that thejdeep is awesome";
|
||||
primary_example_queries "duckduckhack thejdeep";
|
||||
|
@ -16,10 +15,8 @@ code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DD
|
|||
attribution github => ["https://github.com/thejdeep", "thejdeep"],
|
||||
twitter => "thejdeep";
|
||||
|
||||
# Triggers
|
||||
triggers start => "duckduckhack thejdeep";
|
||||
|
||||
# Handle statement
|
||||
handle remainder => sub {
|
||||
return if $_;
|
||||
return "thejdeep is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";
|
||||
|
|
Loading…
Reference in New Issue