An open API service indexing awesome lists of open source software.

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

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";
```