A good dictionary is created by puppeteer

栏目: IT技术 · 发布时间: 6年前

内容简介:nodejs cambridge dictionary using puppeteer to obtain vocabularies.website:

cambridge-dictionary

nodejs cambridge dictionary using puppeteer to obtain vocabularies.

A good dictionary is created by puppeteer

DEMO

website: http://78.141.218.138:7001/

Develop

git clone git@github.com:stephenkingsley/nodejs-cambridge-dictionary.git
cd nodejs-cambridge-dictionary
npm install
npm run dev

open http://127.0.0.1:7001 and then you can modifies the value of search!

APIs

/api/search?search=[vocabulary you want to search]

{
    "success":true,
    "msg":"ok",
    "data":{
        "word":"elude",
        "posgram":"verb [ T ]",
        "usPhonogram":"/iˈluːd/",
        "ukPhonogram":"/iˈluːd/",
        "meaningList":[
            {
                "def":"If something that you want eludes you, you do not succeed in achieving it: ",
                "dsense":"elude verb [T] 
            (NOT ACHIEVE)
      ",
                "defBody":[
                    "The gold medal continues to elude her. They had minor breakthroughs but real success eluded them. ",
                    "They eluded the police by fleeing. ",
                    "I know who you mean but her name eludes me. ",
                    "The bear that had eluded capture for so long was caught at last. ",
                    "It was simply her misfortune that an Olympic medal eluded her in 1988. ",
                    "elusive memories "
                ]
            },
            {
                "def":"to not be caught by someone: ",
                "dsense":"elude verb [T] 
            (NOT BE CAUGHT)
      ",
                "defBody":[
                    "The gold medal continues to elude her. They had minor breakthroughs but real success eluded them. ",
                    "They eluded the police by fleeing. ",
                    "I know who you mean but her name eludes me. ",
                    "The bear that had eluded capture for so long was caught at last. ",
                    "It was simply her misfortune that an Olympic medal eluded her in 1988. ",
                    "elusive memories "
                ]
            },
            {
                "def":"If a piece of information eludes you, you cannot remember it: ",
                "dsense":"elude verb [T] 
            (NOT REMEMBER)
      ",
                "defBody":[
                    "The gold medal continues to elude her. They had minor breakthroughs but real success eluded them. ",
                    "They eluded the police by fleeing. ",
                    "I know who you mean but her name eludes me. ",
                    "The bear that had eluded capture for so long was caught at last. ",
                    "It was simply her misfortune that an Olympic medal eluded her in 1988. ",
                    "elusive memories "
                ]
            },
            {
                "def":"to avoid someone or something: ",
                "defBody":[
                    "The gold medal continues to elude her. They had minor breakthroughs but real success eluded them. ",
                    "They eluded the police by fleeing. ",
                    "I know who you mean but her name eludes me. ",
                    "The bear that had eluded capture for so long was caught at last. ",
                    "It was simply her misfortune that an Olympic medal eluded her in 1988. ",
                    "elusive memories "
                ]
            },
            {
                "def":"If something eludes you, you do not succeed in achieving it: ",
                "defBody":[
                    "The gold medal continues to elude her. They had minor breakthroughs but real success eluded them. ",
                    "They eluded the police by fleeing. ",
                    "I know who you mean but her name eludes me. ",
                    "The bear that had eluded capture for so long was caught at last. ",
                    "It was simply her misfortune that an Olympic medal eluded her in 1988. ",
                    "elusive memories "
                ]
            }
        ],
        "examples":[

        ]
    }
}

以上所述就是小编给大家介绍的《A good dictionary is created by puppeteer》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算机程序设计艺术

计算机程序设计艺术

Donald E. Knuth / 李伯民、范明、蒋爱军 / 人民邮电出版社 / 2016-1-1 / 198

《计算机程序设计艺术》系列是公认的计算机科学领域经典之作,深入阐述了程序设计理论,对计算机领域的发展有着极为深远的影响。本书是该系列的第 1 卷,讲解基本算法,其中包含了其他各卷都需用到的基本内容。本卷从基本概念开始,然后讲述信息结构,并辅以大量的习题及答案。一起来看看 《计算机程序设计艺术》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具