fershad / co2js-bun-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CO2.js x Bun demo

This demonstrates a baseline implementation of the CO2.js NPM package in Bun.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

In the terminal, run the commands:

  1. bun install --backend=copyfile (this installs the CO2.js NPM package)
  2. bun bun ./index.js (this generates a node_modules.bun file containing all imported dependencies)
  3. bun index.js (this executes the code!)

About


Languages

Language:JavaScript 100.0%