Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DuckDuckNo

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

To Host yourself

  1. Clone this repository: git clone https://github.com/someaspy/duckduckno
  2. Install packages using a node package manager (I suggest PNPM): pnpm i
  3. Build: pnpm build
  4. Host: pnpm serve or serve the content of dist

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.