Giter Site home page Giter Site logo

xzq849 / steam-card Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuyinws/steam-card

0.0 0.0 0.0 3.49 MB

⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡

Home Page: https://card.yuy1n.io

License: MIT License

JavaScript 0.19% TypeScript 57.84% Vue 41.67% Dockerfile 0.29%

steam-card's Introduction

English | 简体中文

Online Config Page

🔥 Features

  • Dynamic: The card content will be dynamically generated according to your Steam status.
  • User Friendly: Generate your Steam card on Online Config Page
  • i18n: Support multiple languages (PR Welcome for more language)
  • Customizable: Support more than 10 Custom items.
  • Deployable: Support deploy it with Vercel, Netlify, Railway or Docker.

📦 Deployment

Note Card information will be automatically update every 24 hours. If your want a shorter update time, deploy it by your self.

Environment Variables

Name Description Example
STEAM_KEY Steam Api Key 5B23D7ECExxxxxxB58C57BC242
CACHE_TIME request cache time (second) 3600

PaaS

Deploy with Vercel

Netlify

Deploy on Railway

Deploy on Zeabur

Docker

docker pull lyc575757/steam-card
docker run -d \
-e STEAM_KEY=5B23D7ECE730xxxxxxxxx57BC242 \
-e CACHE_TIME=3600 \
-p 3000:3000 \
lyc575757/steam-card

⚒️ Develop

Requirement:

Node >=16

Steam Api Key

# copy a .env file
cp .env.example .env

Add your Steam API KEY on .env file

STEAM_KEY=YOUR_STEAM_KEY
# install dependencies
pnpm install 
# or
yarn install
# or
npm install

# start the service
npm run dev

❤️ Credits

Inspired by github-readme-stats

steam-card's People

Contributors

yuyinws avatar chr233 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.