A search engine powered by Google CSE API
Note
In the interest of this project, I have enabled billing. Google CSE API provides 100 free queries per day, after which it is $5 USD per 1000 requests. The sponsor button has been added in an attempt to offset any costs incurred.
The backend can be found at SomeAspy/DuckDuckNoBackend
Now integrated with Astro!
While the duckduckgo search api is free and keyless, it is extremely limited in what it can do. The next option was bing, due to duckduckgo basing their results off of bing.
However, Microsoft does not seem to provide free access to the Bing results api. Due to that, this website uses google to find search results.
KEY= YOUR GOOGLE CSE KEY
CX= YOUR GOOGLE CX VALUE- Clone this repository:
git clone https://github.com/someaspy/duckduckno - Install packages using a node package manager (I suggest PNPM):
pnpm i - Build:
pnpm build - Host:
node dist/server/entry.mjs