https://github.com/viko16/suoxie
๐ Query abbreviations in your command line or Node.js Api. ใๆฅๅ่ฏ็ผฉๅใ
https://github.com/viko16/suoxie
abbreviations cli
Last synced: about 1 year ago
JSON representation
๐ Query abbreviations in your command line or Node.js Api. ใๆฅๅ่ฏ็ผฉๅใ
- Host: GitHub
- URL: https://github.com/viko16/suoxie
- Owner: viko16
- License: mit
- Created: 2016-09-30T10:37:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T07:20:29.000Z (about 3 years ago)
- Last Synced: 2024-09-18T01:12:31.558Z (almost 2 years ago)
- Topics: abbreviations, cli
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/suoxie
- Size: 19.5 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# suoxie
[](https://travis-ci.org/viko16/suoxie)
[](https://npmjs.org/package/suoxie)
[](https://github.com/viko16/suoxie)
[](http://standardjs.com/)
๐ Query abbreviations in your command line. ๐ ๅจๅฝไปค่กๆฅ็ผฉๅใ๐

## Install
```bash
$ [sudo] npm install -g suoxie
```
## Usage
```bash
$ sx
$ sx --help
# or
$ suoxie
```
## API
```javascript
const suoxie = require('suoxie')
suoxie(word).then(console.log) // return Promise
```
## Thanks
- All data is fetched from [Abbreviations.com](http://www.abbreviations.com/) API.
- Inspired by [egoist/liyu](https://github.com/egoist/liyu).
## License
MIT ยฉ [viko16](https://github.com/viko16)