Movatterモバイル変換


[0]ホーム

URL:


NodeICO

Beautiful badges for your Node.js packages

Display live npm stats in your GitHub README with customizable badges

Express badge exampleTypeScript badge exampleBabel badge examplejs-sha3 badge example

Create Your Badge

Enter your npm package name and customize your badge

Style

Data

Color

Package not found:

Invalid package name:

Badge Styles

Choose the style that best fits your project

Compact Badges

Perfect for GitHub READMEs -shields.io inspired, minimal height, maximum information

Shields

GitHub README compatible, supports multi-data

Shields styleMulti-data shields
?style=shields&data=version?style=shields&data=n,v,u,d&color=blue

Flat

Modern design, rounded or square corners

Flat styleFlat square style
?style=flat&data=n,v,d&color=brightgreen?style=flat-square&data=downloads

Scoped Packages

Great for showing full scoped names

Scoped package shieldsScoped package flat
?style=shields&data=n,v,u?style=flat&data=n,d

Single Data Badges

Show just one data point per badge

Version onlyDownloads onlyUpdated only
?style=shields&data=v
?style=flat&data=d
?style=flat-square&data=u

Detailed Badges

Classic NodeICO badges with comprehensive package information

Standard

Classic NodeICO badge with full details

Standard style

Standard with Data

Include stars and download counts

With data
?data=s,d

Compact

Condensed single-line information

Compact style
?style=compact

Mini

Minimal badge with install command only

Mini style
?style=mini

Quick Start

Add your badge to any README or documentation

HTML

<a href="https://nodei.co/npm/package-name"><img src="https://nodei.co/npm/package-name.svg"></a>

Markdown

[![NPM](https://nodei.co/npm/package-name.svg)](https://nodei.co/npm/package-name)

API Reference

Complete reference for all badge parameters and options

Badge Styles

Choose your badge style with thestyle parameter:

StyleDescriptionData Support
standardClassic NodeICO badge (default)stars, downloads
compactSingle-line condensed formatnone
miniMinimal install command onlynone
shieldsGitHub README compatibleall data types
flatModern flat designall data types
flat-squareFlat design with square cornersall data types

Data Parameters

Add package information with thedata parameter.Order matters - data appears in the order specified:

ParameterAliasDescriptionExample Output
namenPackage nameexpress
versionvLatest versionv4.18.2
downloadsdWeekly downloads23M dl/w
starssGitHub stars63k★
updateduLast publish date2mo ago

Color Options

Customize badge colors with thecolor parameter. Works with all badge styles!

ColorValueExample
Default (npm red)#cb3837Default color
BlueblueBlue badge
Bright GreenbrightgreenBright green badge
OrangeorangeOrange badge

Also supports:green,yellowgreen,yellow,red,lightgrey, or any hex color like#ff6b6b

Usage Examples

Basic Badge

/npm/express.svg

Standard badge with default information

Shields Style with Version

/npm/express.svg?style=shields&data=version

Compact GitHub-compatible badge showing version

Multi-Data Badge

/npm/express.svg?style=shields&data=n,v,d

Shows name, version, and downloads in that order

Reordered Data

/npm/express.svg?style=flat&data=d,v,u

Shows downloads first, then version, then updated date

URL Format

https://nodei.co/npm/<package-name>.svg?<parameters>

Scoped packages: Include the full scope in the URL:/npm/@babel/core.svg
Multiple data points: Separate with commas:data=n,v,d
Legacy support: Old parameters likedownloads=true still work


[8]ページ先頭

©2009-2025 Movatter.jp