https://github.com/stagas/wantwords
cli that searches for synonyms and definitions from WantWords
https://github.com/stagas/wantwords
dictionary reverse-lookup synonyms thesaurus words
Last synced: about 1 month ago
JSON representation
cli that searches for synonyms and definitions from WantWords
- Host: GitHub
- URL: https://github.com/stagas/wantwords
- Owner: stagas
- Created: 2022-01-16T06:38:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T21:11:39.000Z (over 3 years ago)
- Last Synced: 2025-09-01T14:43:47.145Z (about 1 month ago)
- Topics: dictionary, reverse-lookup, synonyms, thesaurus, words
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wantwords
```sh
$ npm i -g wantwords$ wantwords colors
acrylic daffodil lenticular russet
adorn damask lettering saree
amaryllis decal lilac sash
amber deciduous linens sateen
...$ wantwords pink --explain
1. n. A person with mildly leftist political views.
2. n. Any of various flowers of plants of the genus Dianthus cultivated for their fragrant flowers.
3. v. Cut in a zigzag pattern with pinking shears , in sewing.
4. v. Sound like a car engine that is firing too early.
5. v. Make light , repeated taps on a surface.
6. n. A light shade of red.
7. adj. Of a light shade of red.
```(o o)
## Credits
This basically does a request to [WantWords](https://wantwords.net/) (not affiliated).
## License MIT