Block Tech Assignement; Focus on matching features and Node.JS
This app focuses on providing an experience for steam users to connect to people with the same preferences.
A user will login using their steamID or username and in the future with openID via steam. Data retrieved from the steamAPI will be filtered and send to a database and matched to that specific user. The user can than match his profile to other users and find a match based on a few parameters.
Retrieving information from the steamAPI. Combining API retrieved data and user information into a scheme in a database. Matching users based on API data.
To clone and run this application, you need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/jortdus/blok-tech.git
# Go into the repository
$ cd blok-tech
# Install dependencies
$ npm install
# Run the app
$ npm run start
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.
Don't bother me.
This project uses the following open source packages:
Matching app is released under the MIT