Go to file
mhasbini a17becb858 fix invalid email format 2016-11-14 17:22:03 +02:00
.github Update README, ISSUE_TEMPLATE, and PULL_REQUEST_TEMPLATE (#3737) 2016-11-07 12:40:33 -05:00
lib/DDG fix invalid email format 2016-11-14 17:22:03 +02:00
share/goodie Drop sections that don't add huge value - tranche 1 2016-11-10 13:23:53 +00:00
t New SASS to CSS IA (#3635) 2016-10-26 13:25:45 -04:00
template Merge pull request #3337 from duckduckgo/gd/cheat-sheet-template 2016-07-07 11:34:44 -06:00
.gitignore gitignore metadata 2015-02-12 13:23:57 -05:00
.travis.yml try forcing a single process for readability 2016-03-01 16:41:48 -07:00
CONTRIBUTING.md updated contributing.md 2016-08-30 11:01:49 -04:00
LICENSE Vanilla LICENSE file, no modifications. 2015-01-19 22:30:05 +01:00
README.md Update README.md 2016-11-10 12:01:43 -05:00
dist.ini Revert 2016-03-28 10:21:15 -06:00

README.md

Build Status

Welcome to DuckDuckHack!

We're a community of open source developers from around the world, contributing code to improve the DuckDuckGo search engine.

The Programming Mission

We want every programming search to have great results, providing the information you need instantly. The Programming Mission empowers the community to create Instant Answers for reference, libraries, help, and tools.

For now, we are only accepting Pull Requests and Issues related to the Programming Mission.

How to contribute

What are Goodie Instant Answers?

Goodies do not retrieve data from a third party API. Goodies provide their results entirely through server-side code. They may use a static data file stored on DuckDuckGo's server, but they do not call external resources.

Example: NPM Goodie

javascript minifier search

Resources