Skip to content

EmilSoderlind/wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Wordcloud

Web application that make it quick and easy to dynamically create a wordcloud from any given RSS-feed link.

Quick overview

To start the WORDCLOUD application one must run the frontend and the backend on the same machine.

Backend

Responsible for parsing provided RSS-feed URL and count word occurrences to be used in the wordcloud.

Get started 🚀

cd backend
npm ci
npm run start

Run tests

cd backend
npm ci
npm run test

Frontend

User interface in which the user submits a valid RSS-feed URL, requests word occurrences from the backend and displays wordcloud.

Get started 🚀

cd frontend
npm ci
npm run start

Open localhost:3000 to start cloudify your RSS-feeds! ☁️😃

Example RSS-feeds

Screendumps

Screenshot 2023-01-30 at 21 42 15

Screenshot 2023-01-30 at 21 42 30

Releases

No releases published

Packages

No packages published