novuhq / nordle

Easy to use Wordle built in Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nordle.

Built with Next.js (typescript)

⭐️ Easy to use Wordle

Demo Can be found here

https://nordle.notifire.co/

Nordle contains four required Environment Variable

WORDLE_WORD - The word needs to be solved.

WORDLE_RETRIES - The amount of retries a visitor can have.

WORDLE_KEY - The encrypted key the win the prizes.

WORDLE_DICTIONARY - true / false (should we check valid words against the dictionary).

You can start it by using

WORDLE_KEY=dsfkljfkl324 WORDLE_RETRIES=1 WORDLE_DICTIONARY=true WORDLE_WORD=notifire npm run dev

OR

WORDLE_KEY=dsfkljfkl324  WORDLE_RETRIES=10 WORDLE_DICTIONARY=false WORDLE_WORD=notifire npm run start

🔗 Links

About

Easy to use Wordle built in Next.js


Languages

Language:TypeScript 79.7%Language:CSS 20.0%Language:JavaScript 0.2%