Skip to content

hubble-sh/btu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTU - Building Trade Utilities

A package of utilities for working in the building construction industry.

(The name is a pun on Btu, British Thermal Unit, an imperial unit used in measuring insulation and conductivity, as an equivalent to watts)

Installation

deno add jsr:@hubble/btu

# For installing on Node with NPM, see: https://jsr.io/docs/with/node
npx jsr add @hubble/btu

Submodules

insulation/metric

import * as metric from '@hubble/btu/insulation/metric'

const r = metric.convertKToR({ k: 0.041, m: 0.09 })
console.log(`R${r.toFixed(1)} == R2.2`)

// "R2.2 == R2.2"

About

Building Trade Utilities (BTU, pun intended), for TS/JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors