Skip to content

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

Notifications You must be signed in to change notification settings

kamyu1537/eamuse-card-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages