sinchang / year-progress

year progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

year-progress

NPM version NPM downloads CircleCI codecov

Install

npm i year-progress

Usage

const yearProgress = require('year-progress')

yearProgress()
//=> { yearBar: '▓▓▓▓▓▓░░░░░░░░░░', percent: 41 }

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

year-progress © sinchang, Released under the MIT License.
Authored and maintained by sinchang with help from contributors (list).

sinchang.me · GitHub @sinchang · Twitter @sinchangwen

About

year progress bar

License:MIT License


Languages

Language:JavaScript 100.0%