Skip to content

AngBan2x/textalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors