Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

suoxie - 🔍 在命令行查缩写

$
0
0

suoxie

🔍 Query abbreviations in your command line. 🔍 在命令行查缩写。🔍

Screenshot

https://github.com/viko16/suoxie

Install

$ [sudo] npm install -g suoxie

Usage

$ sx <word>
$ sx --help
# or
$ suoxie <word>

API

const suoxie = require('suoxie')
suoxie(word).then(console.log) // return Promise

最后

我是在工作中经常遇到长长长的术语,写变量名前习惯性查下缩写,所以才有个这个小工具(当然啦查询出来的结果只当参考…

然而,查询使用的是 abbreviations.com的 API,它家限制是 free to use for up to 100 queries per day,所以不要玩坏了啦

API 的 token 我也是明写的,如果大家觉得好用,也可以多帮忙多申请几个 API 作「负载均衡」啊 2333

欢迎 PR~

https://github.com/viko16/suoxi


Viewing all articles
Browse latest Browse all 14821

Trending Articles