Skip to content

A dictionary API service that provides definitions, usage, etymologies, pronunciations, and translations.

Notifications You must be signed in to change notification settings

elliottstorey/open-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Dictionary

A dictionary API service that provides definitions, usage, etymologies, pronunciations, and translations.

Getting Started

Installation

Clone the repository:

git clone https://github.com/ElliottStorey/open-dictionary.git
cd open-dictionary

Install dependencies:

npm install

Set up environment variables by copying the example file:

cp .env.example .env

Usage

Start the development server:

npm run dev

For production:

npm start

The API will be available at the configured port (default: http://localhost:3000).

Docker

Build and run with Docker:

docker build -t open-dictionary .
docker run -p 3000:3000 open-dictionary

About

A dictionary API service that provides definitions, usage, etymologies, pronunciations, and translations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published