Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 545 Bytes

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