/wordle-answer-today

Fetches the daily answer of Wordle using Puppeteer

Primary LanguageJavaScript

Wordle Answer Today

Wordle Answer Today

This is Wordle Answer Today, a fun and easy way to cheat on Wordle.

Getting Started

First, install the dependancies:

npm install

Then run it with netlify dev:

netlify dev

Open http://localhost:8080 with your browser to see the result.

Issues

Chrome won't run on dev, but will run on netlify. To fix it, change the path of chrome executable using .env using this guide