inudevs / Dimibadge

πŸŽ–οΈ 각쒅 λ¬Έμ„œν™”μ— μ‚¬μš©ν•˜κΈ° μœ„ν•œ ν•œκ΅­λ””μ§€ν„Έλ―Έλ””μ–΄κ³ λ“±ν•™κ΅ 학생을 μœ„ν•œ λ°°μ§€μž…λ‹ˆλ‹€.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dimibadge

각쒅 λ¬Έμ„œμ—μ„œ μ‚¬μš©ν•˜κΈ° μœ„ν•œ ν•œκ΅­λ””μ§€ν„Έλ―Έλ””μ–΄κ³ λ“±ν•™κ΅ λ°°μ§€μž…λ‹ˆλ‹€.

과별 색상은 ν•œκ΅­λ””μ§€ν„Έλ―Έλ””μ–΄κ³ λ“±ν•™κ΅ λ‚˜λ¬΄μœ„ν‚€ λ¬Έμ„œμ˜ ν•™κ³Ό ν•­λͺ©μ˜ 색을 μ‚¬μš©ν–ˆμŠ΅λ‹ˆλ‹€.

Shields.IO

배지 이미지λ₯Ό 포함할 ν•„μš”κ°€ μ—†λŠ” κ°„λ‹¨ν•œ ν”„λ‘œμ νŠΈμ˜ 경우 Shields.IO의 배지 링크λ₯Ό μ΄μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

EB

![badge](https://img.shields.io/badge/EB-18-fff.svg?colorA=777&colorB=424242)

badge

DC

![badge](https://img.shields.io/badge/DC-18-fff.svg?colorA=777&colorB=ff0080)

badge

WP

![badge](https://img.shields.io/badge/WP-18-fff.svg?colorA=777&colorB=9a2efe)

badge

HD

![badge](https://img.shields.io/badge/HD-18-fff.svg?colorA=777&colorB=3a01df)

badge

Badges with department and admission year

ν•™μƒμ˜ 학과와 μž…ν•™λ…„λ„κ°€ λ‚˜νƒ€λ‚˜λŠ” λ°°μ§€μž…λ‹ˆλ‹€.

EB DC WP HD

Request

/{dpt}/{year}

parameter method description
dpt URL ν•™κ³Ό(λŒ€μ†Œλ¬Έμžμ— 상관없이 eb, dc, wp, hd 쀑 ν•˜λ‚˜)
year URL μž…ν•™λ…„λ„(기수)
base GET 과별 색상 μ™Όμͺ½μ˜ ν•™κ³Ό ν•„λ“œ 색(기본값은 #777), # 없이 전달

Badges with name

ν•™μƒμ˜ 학과와 μž…ν•™λ…„λ„, 이름이 λ‚˜νƒ€λ‚˜λŠ” λ°°μ§€μž…λ‹ˆλ‹€.

EB DC WP HD

Request

/{dpt}/{year}/{name}

parameter method description
dpt URL ν•™κ³Ό(λŒ€μ†Œλ¬Έμžμ— 상관없이 eb, dc, wp, hd 쀑 ν•˜λ‚˜)
year URL μž…ν•™λ…„λ„(기수)
name URL 이름

CLI

$ node cli.js --help

Dimibadge

  Generate badges for Dimigo related documents

Options

  --minimal department year output file      Create badge with department and admission year
  --named department year name output file   Create badge with department, admission year, name
  --help                                     Print this usage guide.

배지λ₯Ό 생성할 수 μžˆμŠ΅λ‹ˆλ‹€.

usage: node cli.js --minimal wp 18 1.svg

About

πŸŽ–οΈ 각쒅 λ¬Έμ„œν™”μ— μ‚¬μš©ν•˜κΈ° μœ„ν•œ ν•œκ΅­λ””μ§€ν„Έλ―Έλ””μ–΄κ³ λ“±ν•™κ΅ 학생을 μœ„ν•œ λ°°μ§€μž…λ‹ˆλ‹€.

License:MIT License


Languages

Language:JavaScript 100.0%