WORDLE

Installation

Requires node>=16

CLI

Play without installing

npx @aryan02420/wordle

Install globally

npm i -g @aryan02420/wordle
wordle
Install locally (not recommended)
npm i @aryan02420/wordle
./node_modules/.bin/wordle

preview

GitHub Actions

Server

Hosting locally

NOTE: if using this hosting method, serverUrl in github workflow file should be <myserver.com>/dispatch

Hosting on a server

Hosting on deno deploy

NOTE: if using this hosting method, serverUrl in github workflow file should be myproject.deno.dev

Github App

TODO