RaviDhoriya / word-analyzer

A simple word analyzer to find top 10 mostly used words in given document. It also gives its synonyms using Yandex API.

Home Page:https://wordanalyzer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

word-analyzer

Preview

Setup Project

  1. Clone project to local directory.

 git clone https://github.com/RaviDhoriya/word-analyzer.git

  1. Install modules (execute command from Project directory e.g. word-analyzer)

cd word-analyzer

npm install

  1. Run project

npm run start

  1. Open URL in browser: http://localhost:5001

PS: API key is included in .env file for now. You can replace it with your own yandex API key

About

A simple word analyzer to find top 10 mostly used words in given document. It also gives its synonyms using Yandex API.

https://wordanalyzer.herokuapp.com/


Languages

Language:JavaScript 61.0%Language:HTML 37.6%Language:Shell 1.4%