$ chmod +x millie.sh
$ brew install jq
or
$ apt-get install jq
$ echo '사피엔스' | ./millie.sh
response would be
{
"found": [
{
"author": "유발 하라리 지음 / 조현욱 옮김",
"content_name": "사피엔스",
"book_brand": "김영사",
"subtitle": "유인원에서 사이보그까지, 인간 역사의 대담하고 위대한 질문",
"content_thumb_url": "https://img.millie.co.kr/200x/service/cover/7880427/bf4a0b00c57b486ba8031ff6b2758c03.jpg"
}
],
"notfound": []
}
$ ./millie.sh < books.txt
response would be
{
"found": [
{
"author": "EBS자본주의제작팀,정지은,고희정 지음",
"content_name": "자본주의 사용설명서",
"book_brand": "가나출판사",
"subtitle": "EBS 다큐프라임",
"content_thumb_url": "https://img.millie.co.kr/200x/service/cover/6482251/58397e7b7a6740a581079c34b8966bb1.jpg"
},
{
"author": "제나마치오키 지음, 오수원 옮김",
"content_name": "면역의 힘",
"book_brand": "윌북",
"subtitle": "살면서 마주하는 모든 면역의 과학",
"content_thumb_url": "https://img.millie.co.kr/200x/service/cover/179491467/ea0664a5228645138ccaaf5b874ce1af.jpg"
},
{
"author": "이태준",
"content_name": "129 문장강화",
"book_brand": "범우사",
"subtitle": "",
"content_thumb_url": "https://img.millie.co.kr/200x/service/cover/179591461/aaf7f0cf2d374e9390e9ed9dc19b65b8.jpg"
}
],
"notfound": [
{
"content_name": "나올리가 없는 책"
}
]
}