多种风格可选的萌萌计数器
Go to file
dependabot[bot] 35338a72c6
build(deps): bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 02:11:37 +00:00
assets add new theme: asoul 2022-03-03 08:24:37 +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 new theme: asoul 2022-03-03 08:24:37 +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 2022-03-03 16:30:34 +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 qs from 6.5.2 to 6.5.3 2022-12-08 02:11:37 +00:00
package.json feat: support mongoDB 2020-08-12 10:03:35 +00: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 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