多种风格可选的萌萌计数器
Go to file
dependabot[bot] 23ddda32ec
build(deps): bump mongoose from 5.9.28 to 5.13.15
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.28 to 5.13.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.28...5.13.15)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 11:12:54 +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 mongoose from 5.9.28 to 5.13.15 2023-03-06 11:12:54 +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