多种风格可选的萌萌计数器
Go to file
dependabot[bot] 062153aa85
build(deps): bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 13:43:03 +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 y18n from 3.2.1 to 3.2.2 2021-03-31 13:43:03 +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