https://github.com/omarahm3/serverless-steam-prices
serverless steam database
https://github.com/omarahm3/serverless-steam-prices
golang nextjs serverless steam
Last synced: 5 months ago
JSON representation
serverless steam database
- Host: GitHub
- URL: https://github.com/omarahm3/serverless-steam-prices
- Owner: omarahm3
- Created: 2022-09-07T16:02:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T12:59:52.000Z (almost 4 years ago)
- Last Synced: 2025-07-06T23:06:12.827Z (12 months ago)
- Topics: golang, nextjs, serverless, steam
- Language: Go
- Homepage: https://steam-sp.netlify.app
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam games prices

Serverless playground project, the main goal is to look for games on steam via steam API and show some details off of it for example: price, image.
## Run
```bash
make build
# Using netlify CLI to run the function
ntl functions:serve
# Install frontend packages then run the dev server
yarn --cwd frontend/
yarn --cwd frontend/ dev
```
## TODO
- [ ] Deploy function to lambda and S3 using serverless framework
- [ ] Cache steam requests especially all apps request (Redis, or mongo maybe?)
- [ ] Show proton Linux support for games