Skip to content

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

Notifications You must be signed in to change notification settings

AngBan2x/textalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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.

How to run

  • npm install then node index.js
  • open your browser and open the link http://localhost:3000 (this will be changed, read TODO)

TODO

  • Copy the information of the analysis to the clipboard, either in plain text or in JSON format.
  • Save the analysis to a file, either in plain text or in JSON format
  • Get a proper URL instead of localhost

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published