Last active
December 11, 2016 13:19
-
-
Save ko31/c54b778fb8c40c628844f9dc5e84849f to your computer and use it in GitHub Desktop.
【JavaScript】将棋連盟棋士データベースより棋士情報をスクレイピングしたjson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"birthday": "1970年9月27日(46歳)", | |
"birthplace": "埼玉県所沢市", | |
"image": "http://www.shogi.or.jp/images/player/pro/175.jpg", | |
"junni": "A級(A級以上:24期)", | |
"name": "羽生善治", | |
"no": "175", | |
"ryuou": "1組(1組以上:26期)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment