Giter Site home page Giter Site logo

giwajossy / wordapp Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 5.58 MB

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

JavaScript 17.42% CSS 13.68% EJS 68.81% Procfile 0.09%
nodejs mongodb expressjs datamuse-api

wordapp's Introduction

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):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.