Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sail-sail/mwrf
明华 URF-35H-MEM 读卡器nodejs接口
https://github.com/sail-sail/mwrf
Last synced: 1 day ago
JSON representation
明华 URF-35H-MEM 读卡器nodejs接口
- Host: GitHub
- URL: https://github.com/sail-sail/mwrf
- Owner: sail-sail
- License: mit
- Created: 2019-12-22T07:59:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T03:55:55.000Z (about 4 years ago)
- Last Synced: 2024-12-10T21:26:18.431Z (about 2 months ago)
- Language: JavaScript
- Size: 550 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 明华 URF-35H-MEM 读卡器nodejs接口
```typescript
npm install --save mwrf
``````typescript
import * as mwrf from "mwrf";const version = mwrf.lib_ver();
console.log(version);
```