Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.65 KB

Ecoindex browser plugin

This is the source code of the Ecoindex browser plugin. This simple plugin allows you to check the Ecoindex of any website you visit.

This plugin is currently available for:

Firefox Google Chrome Opera Edge

Description

You can easily check the Ecoindex of any website you visit:

simple-result

When there is no result, you will see a message, and you will be proposed to run an analysis:

no-result

When the analysis is running, you will see a message:

run-analysis

You can also dislplay older results existing for this page, or other results for the same domain:

other-results

Development

Install dependencies and run firefox in development mode:

npm install
npm run start

Build the application:

npm build