Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 2.15 KB

README.md

File metadata and controls

49 lines (41 loc) · 2.15 KB

bunnylol

Implementation of Facebook/Meta's bunnylol, running on https://kev-inc.github.io/bunnylol/#/?search=

Commands available

Command Name URL
g Google https://google.com/
g [query] Google https://www.google.com/search?q=[query]
fb Facebook https://facebook.com/
fb [query] Facebook https://www.facebook.com/search/top/?q=[query]
wa WhatsApp https://web.whatsapp.com/
ig Instagram https://instagram.com/
gm Gmail https://mail.google.com/mail/u/0
gd Google Drive https://drive.google.com/drive/recent
gd [query] Google Drive https://drive.google.com/drive/search?q=[query]
cal Google Calendar https://calendar.google.com/calendar/r
maps Google Maps https://www.google.com/maps/
maps [query] Google Maps https://www.google.com/maps/search/[query]
yt YouTube https://youtube.com/
yt [query] YouTube https://www.youtube.com/results?search_query=[query]
gh GitHub https://github.com/
gh [query] GitHub https://www.github.com/search?q=[query]
l LinkedIn https://linkedin.com/
DEFAULT Default - Google Search https://google.com/

The full list of commands can be found in src/Commands.js

How to use

  1. In chrome, open 'Settings' and navigate to 'Search engine', and click on 'Manage search engines and site search'
  2. Under the site search settings, click on 'Add' and enter the following:
Search engine - bunnylol
Shortcut - b
URL with %s in place of query - https://kev-inc.github.io/bunnylol/#/?search=%s
  1. Click save, and set as the default search engine for your browser

Deploying your own

  1. Clone the repository
  2. Update the homepage in package.json to your own GitHub pages URL (format: https://[github-username].github.io/[repo-name])
  3. On GitHub, navigate to 'Actions' and click on the 'Build and Deploy' workflow
  4. Click on 'Run workflow' from branch 'main'. This should trigger the deploy workflow to publish the website onto the url provided in step 2. Make sure to add https://[github-username].github.io/[repo-name]/#/?search=%s to your chrome search engine settings

Running locally

  1. To run locally, run npm start
  2. To deploy, run npm run deploy