wordle-info
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

wordle-info

TypeScript library for fetching Wordle game info.

Installation

Install wordle-info with NPM

  npm install wordle-info

Basic Usage

import wordle from 'wordle-info';

async function main() {
    const word1 = await wordle.getDay(1);
    console.log(word1);

    const word2 = await wordle.getDay(new Date(2024, 10, 3));
    console.log(word2);
}

main();

For more examples, visit example.ts.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

License

MIT

Contributors

Readme

Keywords

none

Package Sidebar

Install

npm i wordle-info

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

7.68 kB

Total Files

11

Last publish

Collaborators

  • tarna256