多种风格可选的萌萌计数器
Go to file
dependabot[bot] 46a078d341
build(deps): bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 11:00:41 +00:00
assets add new theme: asoul 2022-03-03 08:24:37 +00:00
db perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
utils feat: support mongoDB 2020-08-12 10:03:35 +00:00
views perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
.gitignore perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
Readme.md perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
config.yml perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
index.js perf: Delayed writing to database 2023-03-06 18:59:42 +08:00
package-lock.json build(deps): bump minimatch from 3.0.4 to 3.1.2 2023-03-06 11:00:41 +00:00
package.json perf: Delayed writing to database 2023-03-06 18:59:42 +08:00

Readme.md

Moe-Counter

多种风格可选的萌萌计数器

Moe-Counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.getloli.com

Usage

Install

Run on Replit

Deploying on your own server

$ git clone https://github.com/journey-ad/Moe-Counter.git
$ cd Moe-Counter
$ yarn install

$ yarn start

Confignation

config.yml

app:
  port: 3000

db:
  type: sqlite # sqlite or mongodb

If you use mongodb, you need to specify the environment variable DB_URL

# eg:
export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count

replit can use Secrets, documentation

DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"

Credits

License

FOSSA Status