int-to-streak

1.3.0 • Public • Published

int-to-streak

travis build npm version

Convert integers to streak text

Usage

	import intToStreak from 'int-to-streak';

	intToStreak(3) // '3W'
	intToStreak(0) // undefined
	intToStreak(-2) // 2L

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.0
    4
  • 1.2.0
    1
  • 1.1.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i int-to-streak

Weekly Downloads

7

Version

1.3.0

License

MIT

Last publish

Collaborators

  • cwebley