多种风格可选的萌萌计数器
Go to file
dependabot[bot] 002a8fe0fa
build(deps): bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 21:28:08 +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 lodash from 4.17.19 to 4.17.21 2021-05-11 21:28:08 +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