An open API service indexing awesome lists of open source software.

https://github.com/bamthomas/ecoindicator

Eco indicator for a website based on ecoindex.fr : give dom elements/nb HTTP requests/downloaded size
https://github.com/bamthomas/ecoindicator

greenit js

Last synced: 7 months ago
JSON representation

Eco indicator for a website based on ecoindex.fr : give dom elements/nb HTTP requests/downloaded size

Awesome Lists containing this project

README

          

# ecoindicator

Eco indicator for a website based on [ecoindex.fr](http://www.ecoindex.fr) : give dom elements/nb HTTP requests/downloaded size

# build

# install dependencies
npm install

# testing
npm test

# build for production with minification
npm run build

# jslint
npm run lint

# fixing jslint
npm run lint:fix