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
- Host: GitHub
- URL: https://github.com/bamthomas/ecoindicator
- Owner: bamthomas
- License: mit
- Created: 2017-02-14T09:44:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T18:13:07.000Z (over 8 years ago)
- Last Synced: 2025-01-27T09:11:25.069Z (8 months ago)
- Topics: greenit, js
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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