Skip to content

Struggling with writer's block? WordApp suggests related words, rhymes, synonyms, or antonyms to words you provide

Notifications You must be signed in to change notification settings

giwajossy/wordApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word App - v1


For creative writers, songwriters, rappers, and poets struggling with writer's block, WordApp saves you a ton of stress by suggesting related words, rhymes, synonyms, or antonyms as accurately as possible.

The Rhymes constraint, for instance, requires that the results are pronounced similarly to the user's entry. If the string of characters doesn't have a known pronunciation, the system will make its best guess using a text-to-phonemes algorithm.

Preview Live Demo 🚀


WordApp Demo


Environments

  • Node version - v14.17.0

Technologies:


Homepage WordApp Homepage

The result when you search for words that ryhme with "happy" Word related to ready when you are


To run the app manually

note: run all commands in the application's root directory

Install all dependencies

npm install

Database

- get a mongodb uri
- create a .env file on the project's root directory
- set the connection uri as MONGODB_URI in the .env file (i.e MONGODB_URI=<connection uri>)

API Configuration

- In the .env file on the root folder directory, set the following
- QUERY_PREFFIX=https://api.datamuse.com/words?
- QUERY_SUFFIX=&md=d,p,r&ipa=1

Start the application

node app.js

The result when you search for words related to "ready when you are" Word related to ready when you are


To do

  • Refactor project in Typescript.

Author(s):

About

Struggling with writer's block? WordApp suggests related words, rhymes, synonyms, or antonyms to words you provide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published