Sonyのカードリーダー PaSoRi SC-360/P
が必要。
必要なモジュールがインストールされていない場合は以下の通りインストール。
pip3 install -r requirement.txt
./main.py
止めるときはCTRL+C。
{
// Example
"status": "success", // status: string ("success" | "error" | "fatal")
"user_id": 1 // user_id: number | null (is null iff status is not "success")
}
{
// Another example
"status": "error",
"user_id": null
}