https://github.com/chantastic/wordle-words
The dictionary of words used in Wordle the word game
https://github.com/chantastic/wordle-words
Last synced: about 1 month ago
JSON representation
The dictionary of words used in Wordle the word game
- Host: GitHub
- URL: https://github.com/chantastic/wordle-words
- Owner: chantastic
- License: mit
- Created: 2022-01-30T01:40:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T02:06:31.000Z (over 4 years ago)
- Last Synced: 2025-07-02T20:55:30.911Z (12 months ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle Words
It's just a package of all the [Wordle](https://www.powerlanguage.co.uk/wordle/) words.
## Install
```bash
npm i wordle-words
```
## Use
```js
import { answers, rest, all } from "wordle-words";
```