kadiks / acrodiscovery

Home Page:acrodiscovery.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDC Wiki extension

Installation

DEV Mode

Run the proxy server

cd api
npm i
npm run dev

Run the chrome extension

cd chrome-ext
npm i
npm run dev

Export the extension

cd chrome-ext
npm run build

In Chrome :

  • Go to chrome://extensions/
  • Enable Developer mode
  • Click on Load unpacked
  • Select the chrome-ext/dist folder

TODO

0.1.0

  • Make jest work with TS files

  • Add test to understand why, only the last searchTerm is highlighted

  • Fix text for only API highlighted

  • Extract fetchWiki method

  • Add tests

  • Fix: Search only visible text in page (exclude attributes in search)

  • Fix (in DB/source) remove (stack) to MERN and MEAN

  • Change logo

  • Remove dead code

  • Remove "Options" contextual menu

  • [CANCELED] Add loading indicator when fetching

  • Change chrome-ext to client or extension

  • Create Github repo

  • Push to Vercel

0.2.0

To add to encyclopedia

  • XSS

About

acrodiscovery.vercel.app


Languages

Language:HTML 93.5%Language:TypeScript 2.7%Language:JavaScript 2.4%Language:CSS 1.4%