- Install NodeJS (latest version should suffice)
- Clone this repository
- Install the dependencies (
pnpm install
ornpm install
) - Create a file with words seperated with
\n
(newline character) - Optional: Set the
DICTDL_FILE
environment variable to the file - Run.
npm run build && npm run start
OR, build the code (npm run build
) and then run anytime using (node dist/index.js
)
dictdl
uses the Free Dictionary API
dictdl
is free and open source software licensed under the GNU General Public License 3. Our copy of the same can be found here