Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzhantasimaz/steampie-func
Steam Pie GCP Cloud Functions Source Code
https://github.com/oguzhantasimaz/steampie-func
gcp gcp-cloud-functions go golang steam valve
Last synced: 6 days ago
JSON representation
Steam Pie GCP Cloud Functions Source Code
- Host: GitHub
- URL: https://github.com/oguzhantasimaz/steampie-func
- Owner: oguzhantasimaz
- Created: 2023-10-15T11:29:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T12:37:26.000Z (about 1 year ago)
- Last Synced: 2024-06-19T19:39:14.627Z (5 months ago)
- Topics: gcp, gcp-cloud-functions, go, golang, steam, valve
- Language: Go
- Homepage: https://steampie.vercel.app
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam Pie
The SteamPie project aims to provide users with a visually appealing graph representation of their gameplay data. By accessing the project website users can get their data by entering their steam id.
## Getting Started
1. Make sure you have a Steam account and that your profile is public.
2. Go to the [Steam Id Finder](https://steamidfinder.com/) and enter your Steam username. Copy the Steam ID 64.
3. Go to the [Steam Pie](https://steampie.vercel.app) website and paste your Steam ID 64 in the input field.
4. Click on the "Bring my PIE!" button and wait for the data to load.
## Frontend
The frontend was developed using ReactJS and the [React ChartJS 2](https://www.chartjs.org/docs/latest/) library. The website is hosted on [Vercel](https://vercel.com/).
[Frontend Repository](https://github.com/oguzhantasimaz/steampie)
## Backend
The backend was developed using Golang and GCP's [Cloud Functions](https://cloud.google.com/functions).