Skip to content

MaheshBabu11/Moe-Counter

This branch is 5 commits ahead of, 30 commits behind journey-ad/Moe-Counter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b12f7c7 · May 30, 2024

History

42 Commits
May 28, 2024
Mar 6, 2023
Apr 30, 2022
May 28, 2024
May 28, 2024
Apr 4, 2023
Aug 12, 2020
May 30, 2024
Apr 4, 2023
Apr 4, 2023
Apr 4, 2023
Sep 3, 2020
May 28, 2024

Repository files navigation

Moe-Counter

This is a fork of Moe counter from [journey-ad/Moe-Counter] deployed on Glitch for my personal use.

Moe-Counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://anime-page-counter.glitch.me/

Usage

Install

Run on Replit

Deploying on your own server

$ git clone https://github.com/journey-ad/Moe-Counter.git
$ cd Moe-Counter
$ yarn install

$ yarn start

Configuration

config.yml

app:
  # site: https://count.getloli.com # your website
  port: 3000

db:
  type: sqlite # 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

replit can use Secrets, documentation

DB_URL="mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count"

Credits

License

FOSSA Status

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.3%
  • Pug 32.3%
  • Other 1.4%