1
0
mirror of https://github.com/journey-ad/Moe-Counter.git synced 2025-01-19 17:08:43 +01:00
dependabot[bot] c5ea95b4e8
build(deps): bump bl from 2.2.0 to 2.2.1
Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 23:02:54 +00:00
2020-08-12 10:03:35 +00:00
2020-08-22 20:36:34 +08:00
2020-08-12 10:03:35 +00:00
2020-08-12 10:25:00 +00:00
2020-08-12 18:24:22 +08:00
2020-08-12 10:03:35 +00:00
2020-08-22 21:20:20 +08:00
2020-08-12 18:12:35 +08:00
2020-08-12 10:03:35 +00:00
2020-08-13 17:57:24 +08:00

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

Description
多种风格可选的萌萌计数器
Readme MIT 2.4 MiB
Languages
JavaScript 67.7%
Pug 19.7%
Less 12.3%
Dockerfile 0.3%