High-performance REST API for text analysis built with Node.js and custom hash map algorithms.
- 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.
npm installthennode index.js
- open your browser and open the link
https://textalyzer.onrender.com(this will be changed, read TODO)