https://github.com/journey-ad/Moe-Counter
多种风格可选的萌萌计数器
https://github.com/journey-ad/Moe-Counter
badge counter visitor-counter visitors
Last synced: 18 days ago
JSON representation
多种风格可选的萌萌计数器
- Host: GitHub
- URL: https://github.com/journey-ad/Moe-Counter
- Owner: journey-ad
- License: mit
- Created: 2020-08-03T12:47:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:24:16.000Z (6 months ago)
- Last Synced: 2024-10-29T17:43:35.620Z (6 months ago)
- Topics: badge, counter, visitor-counter, visitors
- Language: JavaScript
- Homepage: https://count.getloli.com/
- Size: 1.7 MB
- Stars: 1,547
- Watchers: 7
- Forks: 196
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-profile - Moe Counter
README
# *Moe Counter!*
多种风格可选的萌萌计数器
More theme
### *[Contribute themes is welcome!](https://github.com/journey-ad/Moe-Counter/issues/new?assignees=&labels=theme&projects=&template=contribute-theme.yml&title=%5BTheme%5D%3A+)*
##### 3d-num

##### ai-1

##### asoul

##### booru-ffsr

##### booru-helltaker

##### booru-huggboo

##### booru-jaypee

##### booru-koe

##### booru-lewd

##### booru-lisu

##### booru-mjg

##### booru-mof

##### booru-nandroid

##### booru-qualityhentais

##### booru-r6gdrawfriends

##### booru-rfck

##### booru-smtg

##### booru-snyde

##### booru-the-collection

##### booru-touhoulat

##### booru-townofgravityfalls

##### booru-twifanartsfw

##### booru-ve

##### booru-vivi

##### booru-vp

##### booru-yuyuyui

##### capoo-1

##### capoo-2

##### e621

##### food

##### gelbooru

##### green

##### kasuterura-1

##### kasuterura-2

##### kasuterura-3

##### kasuterura-4

##### kyun

##### love-and-deepspace

##### miku

##### minecraft

##### moebooru

##### morden-num

##### nixietube-1

##### nixietube-2

##### normal-1

##### normal-2

##### original-new

##### original-old

##### rule34

##### shimmie2

##### sketch-1

##### sketch-2

## Demo
[https://count.getloli.com](https://count.getloli.com)## How to use
For information on counter usage and configuration, refer to the [demo website](https://count.getloli.com).
## Usage
### Install
#### Run on Glitch
- Open [Glitch project](https://glitch.com/~moe-counter-api)
- Just hit the **Remix your own** button
- That's it!#### Deploying on your own server
```shell
$ git clone https://github.com/journey-ad/Moe-Counter.git
$ cd Moe-Counter
$ pnpm install$ pnpm run start
```### Configuration
Set `.env` file to specify the environment variables. *[.env.example](./.env.example)*
```dosini
# Specify your website URL
# APP_SITE=https://count.getloli.com# Application port
APP_PORT=3000# Database type: either 'sqlite' or 'mongodb'
DB_TYPE=sqlite# If using MongoDB, provide the connection string
# DB_URL=mongodb://127.0.0.1:27017# Database write interval in seconds (0 for real-time)
DB_INTERVAL=60# Log level: either 'debug' | 'info' | 'warn' | 'error' | 'none'
LOG_LEVEL=debug# Google Analytics `G-Tag` ID
# GA_ID=G-XXXX
```## Credits
* [Glitch](https://glitch.com/)
* [A-SOUL_Official](https://space.bilibili.com/703007996)
* [moebooru](https://github.com/moebooru/moebooru)
* gelbooru.com NSFW
* [Icons8](https://icons8.com/icon/80355/star)
* *And all booru site...*## License
[MIT License](./LICENSE), excluding all themes
---