• Stars
    star
    1
  • Language
    TypeScript
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Project made for Terribly Tiny Tales: A front end which accepts a number input N with a Submit button. On entering a value and pressing submit, a request is sent to a node based backend (another repo). The backend fetches a file hosted at http://terriblytinytales.com/test.txt and returns the top N most frequently occurring words in this file. The retrieved data (the top N words and their frequency of occurrence) is then displayed, in a tabular format. This project is built using Angular4