多种风格可选的萌萌计数器
Go to file
dependabot[bot] f7e2c9fcdc
build(deps): bump pug from 3.0.0 to 3.0.1
Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 11:12:53 +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 pug from 3.0.0 to 3.0.1 2023-03-06 11:12:53 +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