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

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 02:21:20 +00:00
assets add new theme: moebooru-h, gelbooru-h 2021-01-01 19:22:23 +00:00
db Update mongodb.js 2020-08-22 20:36:34 +08:00
utils feat: support mongoDB 2020-08-12 10:03:35 +00:00
views add: index page use google analytics 2021-01-01 20:05:02 +00:00
.gitignore Create .gitignore 2020-08-12 18:24:22 +08:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
Readme.md Update Readme.md 2020-08-13 17:57:24 +08:00
config.yml feat: support mongoDB 2020-08-12 10:03:35 +00:00
index.js Update index.js 2020-08-22 21:20:20 +08:00
package-lock.json build(deps): bump pug-code-gen from 3.0.1 to 3.0.2 2021-03-03 02:21:20 +00:00
package.json feat: support mongoDB 2020-08-12 10:03:35 +00:00

Readme.md

Moe-counter

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

Moe-counter

More theme
moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.getloli.com

Usage

Install

Run on Repl.it

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: mongodb # 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

repl.it can use .env file, documentation

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

Credits

License

FOSSA Status