libhide / goodlink

A direct link to Goodreads from Amazon. An essential browser plugin for Goodreads lovers.

Home Page:https://ratiksharma.com/goodlink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goodlink

A direct link to Goodreads from Amazon.

Build

  1. Clone the repo.
  2. Run npm i.
  3. Create a secrets.js file in the project root with the following format
const developerKey = "GOODREADS_DEV_KEY";

export { developerKey };
  1. Run npm run build:dev to build dev versions of the extension. These are located in /dev.

  2. Run npm run build:dist to build production versions of the extension. These are located in /dist.

About

A direct link to Goodreads from Amazon. An essential browser plugin for Goodreads lovers.

https://ratiksharma.com/goodlink/

License:MIT License


Languages

Language:JavaScript 100.0%