English | 中文
- Dynamic: The card content will be dynamically generated according to your PSN status.
- User Friendly: Generate your PSN card on Online
- Deployable: Support deploy it with
VercelorDocker.
Environment Variables
| Name | Description | Example |
|---|---|---|
| NPSSO | See psn-api | zgQLyxxxxxzxBMoWU |
docker run -d -p 3015:3000 -e NPSSO=YOUR_NPSSO_KEY oneboluo/psn-cardRequirement:
Node >=16
# copy a .env.local file
cp .env.example .env.localAdd your NPSSO on .env.local file
NPSSO=YOUR_NPSSO_KEY# install dependencies
pnpm install
# or
yarn install
# or
npm install
# start the service
npm run devInspired by steam-card
API provider psn-api