Skip to content

hackclub/bank-shields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCB shields.io Badges

Easily show your HCB organization's balance using shields.io badges!

HCB Balance shield badge for HQ

This repo contains the instructions for how to use HCB shields.io badges as well as the server (Node/TypeScript) that serves the json data for generating badges.

Badges

Organization Balance

HCB Balance shield badge for HQ

Using the following URL: https://img.shields.io/endpoint?url=https%3A%2F%2Fbank-shields.hackclub.com%2Forganizations%2F{INSERT YOUR ORGANIZATION'S ID OR SLUG HERE}%2Fbalance

Contribute

# clone the repo (replace `my-app` with the name of your application)
git clone https://github.com/hackclub/bank-shields

# enter the directory
cd bank-shields

# install dependencies
yarn

# run the server
yarn dev

# Open https://localhost:3000 in your browser

# the server will refresh on any saved changes