https://github.com/sinchang/year-progress
year progress bar
https://github.com/sinchang/year-progress
nodejs npm progressbar sao year
Last synced: 26 days ago
JSON representation
year progress bar
- Host: GitHub
- URL: https://github.com/sinchang/year-progress
- Owner: sinchang
- License: mit
- Created: 2017-12-29T05:09:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T07:32:23.000Z (over 7 years ago)
- Last Synced: 2025-06-10T00:43:32.472Z (about 1 month ago)
- Topics: nodejs, npm, progressbar, sao, year
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# year-progress
[](https://npmjs.com/package/year-progress) [](https://npmjs.com/package/year-progress) [](https://circleci.com/gh/sinchang/year-progress/tree/master) [](https://codecov.io/gh/sinchang/year-progress)
## Install
```bash
npm i year-progress
```## Usage
```js
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](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/year-progress/contributors)).> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)