duckduckgo / zeroclickinfo-goodies

DuckDuckGo Instant Answers based on Perl & JavaScript
https://duckduckhack.com/
Other
980 stars 1.76k forks source link

Color Picker: Triggers on any query starting with "Colour Picker #3788

Closed mintsoft closed 7 years ago

mintsoft commented 7 years ago

E.g. https://duckduckgo.com/?q=color+picker+download

We should verify any remainders match the name of a color, or the pattern of a color (e.g. #e0e0e0)

If the remainder is a colour, then we should definitely set the color picker to that colour. Right now we pick a random colour so you get funny results like this:

color_picker_blue_at_duckduckgo


IA Page: http://duck.co/ia/view/color_picker Maintainer: @chrisharrill

mintsoft commented 7 years ago

See: https://github.com/duckduckgo/zeroclickinfo-spice/issues/2838 for discussion