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.
npm installthennode index.js- open your browser and open the link
http://localhost:3000(this will be changed, read 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