Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.76 KB

File metadata and controls

40 lines (23 loc) · 1.76 KB

Considdr Insights

See here for a quick write up of the project: https://mefchristiansen.github.io/projects/considdr-insights-chrome-extension/


A Chrome extension that highlights the key insights in documents across the web.

This extension is pending approval in the Chrome Web Store

This extension interfaces with Considdr's Insights API (built in tandem with this project) to retrieve insights for a specific page. This is a REST API built using Ruby on Jets, AWS Lambda and AWS API Gateway. The API is proprietary and not available on GitHub.

This extension requires a Considdr account in order to log in and highlight insights. Please reach out to us at [email protected] to get demo access to the extension.

Below are some good articles to test the extension on:

The following boilerplate was used to build this extension: https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate

Install

yarn install

Run

To run both the development environment and to build the extension requires seperate secret files in order to access the API. Please reach out to us at [email protected] in order to get set up.

To run the extension in development mode, run:

yarn run dev

To build the extension, run:

yarn run build