shields-badges-urls
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

shields-badges-urls

Build Status Greenkeeper badge

API

shieldsBadgesUrls(serviceName, serviceParams, options?) => URLs

Example

import shieldsBadgesUrls from 'shields-badges-urls'
 
const { image, link } = shieldsBadgesUrls('travis', { userRepo: 'foo/bar' })
 
image.href
// 'https://img.shields.io/travis/foo/bar.svg'
link.href
// 'https://travis-ci.org/foo/bar'

Package Sidebar

Install

npm i shields-badges-urls

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • mightyiam