A basic website made with EJS, Express and the Steam Web API, with the purpose of collecting steam users' avatars (anonymously).
Clone the project
git clone https://github.com/Atlas7005/steamAvatars.git
Go to the project directory
cd steamAvatars
Install dependencies
npm install
Rename EXAMPLEenv
to .env
and fill in the variables to your liking.
Start the server
npm run start
Go to the website.
https://localhost:15644 (unless you changed the port)
Frontend: Vanilla (CSS3, HTML5, Javascript), EJS
Server: Node (v16), Express (v4)