Skip to content

Access Website Carbon's API for checking carbon emissions for websites with Deno.

License

Notifications You must be signed in to change notification settings

timharek/wcarbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcarbon

CLI tool for checking websites against WebsiteCarbon API.

It's fast and simple to use.

Installation

  1. Install Deno
  2. Run deno install --allow-net -n wcarbon https://raw.githubusercontent.com/timharek/wcarbon/main/mod.ts
  3. Done, you can now simply run wcarbon on your machine!

Usage

$ wcarbon -u https://timharek.no
$ wcarbon -su https://timharek.no

See wcarbon -h for all available flags and commands.

Development

  1. Install Deno
  2. Install githooked
  3. Run githooked enable
  4. Now you can get to work! 😎