A search engine powered by Google CSE API
This repository contains the frontend for https://duckduckno.com.
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
- 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:
pnpm serve
or serve the content ofdist
I considered adding a config file to change the backend, but I deemed it unnecessary since if you are forking this for yourself and changing it you can easily change the backend.