Is there a way to compile squants to be used in a Node.js project? #473
Unanswered
juliobetta
asked this question in
Q&A
Replies: 1 comment
-
Squants is published to scala.js so you could in principle use in node though maybe not that ergonomic, you may want to make a friendlier facade on scala.js |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working in a Node.js project that interacts with a local Scala API, which handles unit conversions internally. In order to keep consistency, I'm wondering if there's way to use squants directly in the JS code in case it's necessary to convert units from another sources, such as a 3rd party APIs.
Beta Was this translation helpful? Give feedback.
All reactions