Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 539 Bytes

File metadata and controls

17 lines (12 loc) · 539 Bytes

textalyzer

High-performance REST API for text analysis built with Node.js and custom hash map algorithms.

What it does

  • Counts the words given a string of text.
  • Calculates the length of a string in characters.
  • Displays the most repeated letter in the string, in O(N) time, thanks to the use of hashmaps.
  • Shows history of analyzed texts.

How to run

Build

  • npm install then node index.js

Run on browser

  • open your browser and open the link https://textalyzer.onrender.com (this will be changed, read TODO)