1
0
mirror of https://github.com/kamyu1537/eamuse-card-wasm.git synced 2025-02-02 04:47:53 +01:00
2020-10-15 16:42:21 +09:00
2020-05-06 16:20:35 +09:00
2020-05-14 21:48:06 +09:00
2020-05-14 21:48:06 +09:00
2020-05-06 16:20:09 +09:00
🔖 v1.0.1
2020-05-06 16:29:13 +09:00
2020-10-15 16:42:21 +09:00
2020-05-06 16:20:20 +09:00
2020-04-04 15:23:47 +09: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));
Description
Convert e-amusement card ID and NFC ID to each other.
Readme 736 KiB
Languages
JavaScript 53.7%
Go 42.5%
TypeScript 3.8%