https://github.com/michaeltreat/doyouevensteam4
4th iteration of DYES. Using this one to re-learn web-dev after 3 years working on low-level work.
https://github.com/michaeltreat/doyouevensteam4
Last synced: 4 months ago
JSON representation
4th iteration of DYES. Using this one to re-learn web-dev after 3 years working on low-level work.
- Host: GitHub
- URL: https://github.com/michaeltreat/doyouevensteam4
- Owner: michaeltreat
- License: mit
- Created: 2022-04-23T04:27:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T10:51:33.000Z (about 3 years ago)
- Last Synced: 2025-01-06T02:21:25.536Z (5 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoYouEvenSteam4
4th iteration of DYES. Using this one to re-learn web-dev after 3 years working on low-level work.## How to run:
Git clone
Navigate into directory
npm installyou will need an API key from steam API.
when you get one, create a .env file in the root directory.
enter `KEY=yourkey`on the root directory, type npx nodemon BackEnd/app.js
This will launch the server.navigate to the browser and type localhost:3000/steamuser/steamname/killertreat
This should return the number 76561198009965051
That is the user's SteamID.
Now navigate to the browser and type localhost:3000/steamuser/steamid/76561198009965051
This should return a very large data set. This is the user's steam data.