ohmValueCalculator:节点JS上的示例

时间:2021-03-17 11:08:40
【文件属性】:
文件名称:ohmValueCalculator:节点JS上的示例
文件大小:33KB
文件格式:ZIP
更新时间:2021-03-17 11:08:40
JavaScript 支撑 电子颜色代码( )用于指示电子组件的值或额定值,通常用于电阻器。 安装 npm install 跑 npm run start green blue orange 运行REST API npm run app 使用 在代码上 const calc = require ( './utils/IOhmValueCalculator' ) console . log ( calc . calculateOhmValue ( 'green' , 'blue' , 'orange' , 0 ) ) 上线 npm run start 您可以运行经典的-npm run start-,然后在找到所需的颜色后,例如npm run start green blue orange 描述 乐队
【文件预览】:
ohmValueCalculator-main
----.gitignore(12B)
----app.js(447B)
----package.json(457B)
----package-lock.json(88KB)
----services()
--------Iohms.js(413B)
----LICENSE(1KB)
----index.js(170B)
----utils()
--------Validations.js(504B)
--------IOhmValueCalculator.js(2KB)
--------constants()
----README.md(1KB)
----middlewares()
--------index.js(287B)
----controllers()
--------Iohm.js(808B)
----test()
--------IOhmValueCalculator.js(3KB)
--------IToleranceCalculator.js(1KB)

网友评论