1
0
mirror of https://github.com/kamyu1537/eamuse-card-wasm.git synced 2024-11-23 19:40:57 +01:00
Convert e-amusement card ID and NFC ID to each other.
Go to file
dependabot[bot] 7de3517d7c
Bump cross-spawn from 7.0.1 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.1 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.1...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 20:35:45 +00:00
dist 📦 빌드된 파일 추가 2020-05-06 16:20:35 +09:00
src 🏷 @ts-ignore 제거 2020-05-14 21:48:06 +09:00
.gitignore 🙈 build 파일도 포함할수 있도록 변경 2020-05-06 16:16:13 +09:00
main.go 🏷 @ts-ignore 제거 2020-05-14 21:48:06 +09:00
package-lock.json Bump cross-spawn from 7.0.1 to 7.0.6 2024-11-18 20:35:45 +00:00
package.json 🔖 v1.0.1 2020-05-06 16:29:13 +09:00
README.md Update README.md 2020-10-15 16:42:21 +09:00
tsconfig.json 🔧 typescript 설정 추가 2020-05-06 16:20:20 +09:00
yarn.lock Bump cross-spawn from 7.0.1 to 7.0.6 2024-11-18 20:35:45 +00:00

eamuse-card-wasm

Convert e-amusement card ID and NFC ID to each other.

Requirement

  • go 1.14.2
  • node.js

Build

npm install
npm run build

Usage

import KonamiCard from 'konami-card';

KonamiCard.encode(nfcId).then(result => console.info(result));
KonamiCard.decode(cardId).then(result => console.info(result));