Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rain120/busuanzi-statistics
busuanzi-statistics
https://github.com/rain120/busuanzi-statistics
busuanzi busuanzi-statistics pv statistics uv
Last synced: 23 days ago
JSON representation
busuanzi-statistics
- Host: GitHub
- URL: https://github.com/rain120/busuanzi-statistics
- Owner: Rain120
- License: mit
- Created: 2020-02-14T10:46:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T00:34:43.000Z (about 3 years ago)
- Last Synced: 2024-10-03T22:46:01.599Z (about 1 month ago)
- Topics: busuanzi, busuanzi-statistics, pv, statistics, uv
- Language: JavaScript
- Homepage: https://rain120.github.io/busuanzi-statistics/example/index.html
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Bu Suan Zi Statistics
[![GitHub watchers](https://img.shields.io/github/watchers/rain120/busuanzi-statistics?style=social)](https://github.com/Rain120/busuanzi-statistics/watchers)
[![STAR](https://img.shields.io/github/stars/rain120/busuanzi-statistics?style=social)](https://github.com/Rain120/busuanzi-statistics/stargazers) [![FORK](https://img.shields.io/github/forks/rain120/busuanzi-statistics?style=social)](https://github.com/Rain120/busuanzi-statistics/network/members)[![npm download](https://img.shields.io/npm/dt/busuanzi-statistics?style=flat-square)](https://www.npmjs.com/package/busuanzi-statistics) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hy/busuanzi-statistics?style=flat-square)](https://www.jsdelivr.com/package/npm/busuanzi-statistics) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/busuanzi-statistics/badge)](https://www.jsdelivr.com/package/npm/busuanzi-statistics)
[![ISSUES](https://img.shields.io/github/issues/rain120/busuanzi-statistics?style=flat-square)](https://github.com/Rain120/busuanzi-statistics/issues) [![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/rain120/busuanzi-statistics?style=flat-square)](https://github.com/Rain120/busuanzi-statistics/pulls) [![COMMIT](https://img.shields.io/github/last-commit/rain120/busuanzi-statistics?style=flat-square)](https://github.com/Rain120/busuanzi-statistics/commits/master) ![LANGUAGES](https://img.shields.io/github/languages/top/rain120/busuanzi-statistics?style=flat-square)
[![npm](https://img.shields.io/npm/v/busuanzi-statistics?style=flat-square)](https://www.npmjs.com/package/busuanzi-statistics)## 😚 Welcome
Welcome to the Bu Suan Zi Statistics.
不蒜子访问量统计功能
#### 🎮 TL;DR
⌨️ How to use it, 👇
#### 🔨 Usage
##### Node
```md
npm install busuanzi-statistics --save// or
yarn add busuanzi-statistics
``````js
import statistics from 'busuanzi-statistics';document.querySelector('body').addEventListener('onloaded', () => {
statistics.fetch();
}, false);```
##### CDN
```md
```
#### 🤝 Contributing ![PR](https://img.shields.io/badge/PRs-Welcome-orange?style=flat-square&logo=appveyor)
We welcome all contributions. You can submit any ideas as [pull requests](https://github.com/Rain120/busuanzi-statistics/pulls) or as a GitHub [issue](https://github.com/Rain120/busuanzi-statistics/issues).
#### 🔗 Links
[NPM Package](https://www.npmjs.com/package/busuanzi-statistics)
[CDN Package](https://www.jsdelivr.com/package/npm/busuanzi-statistics)
[Bu Suan Zi](https://busuanzi.ibruce.info/)
#### 👨🏭 Author
> Front-End development engineer, technology stack: React + Typescript + Mobx, also used Vue + Vuex for a while
- [Github](https://github.com/Rain120)
- [知乎](https://www.zhihu.com/people/yan-yang-nian-hua-120/activities)
- [掘金](https://juejin.im/user/57c616496be3ff00584f54db)#### 📝 License
[![LICENSE](https://img.shields.io/github/license/rain120/busuanzi-statistics?style=flat-square)](https://github.com/Rain120/busuanzi-statistics/blob/master/LICENSE)
Copyright © 2020-present [Rain120](https://github.com/Rain120).