多种风格可选的萌萌计数器
Go to file
dependabot[bot] 10b931fc0e
build(deps): bump moment from 2.27.0 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-07 23:04:01 +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 moment from 2.27.0 to 2.29.4 2022-07-07 23:04:01 +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