Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimtor/steam-common-words

Minimalist web app to search the most common words used in the reviews of your favorite Steam games.
https://github.com/vimtor/steam-common-words

flask python steam steam-api steamworks

Last synced: 28 days ago
JSON representation

Minimalist web app to search the most common words used in the reviews of your favorite Steam games.

Awesome Lists containing this project

README

        

# Steam Common Words
Minimalist web app that allows you to search the most common words used in the reviews of your favorite Steam games.

## What I learned
I build this app with the intetion of improving my portfolio and skillset. On the process of building it, I learned:
- How to create a web applications with Flask
- Basic deployment using Google App Engine
- JQuery and some web experience (which I lacked)
- Improve further my understanding of Python

## How it works
Search your favorite games on the search bar and let the auto-prediction help you.

![Imgur](https://i.imgur.com/ipPj3Ma.png)

After a few seconds of selecting your game, the app will show you the most common words currently used in the reviews.
Their opacity will tell you their popularity.

![Imgur](https://i.imgur.com/rhrN3Jn.png)