Monorepo for @nicholasdly/subscript: evaluate arithmetic, unit conversions, and time zones from natural language.
import { evaluate } from "@nicholasdly/subscript";
evaluate("20 c to f");
// { ok: true, text: "68 °F", ... }See packages/subscript for install, API, and usage.
packages/subscript— the published libraryapps/web— a playground for trying queries
npm install
npm run devMIT