Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neofetchnpc/moe-count-fix
Visitors On Github - give stars for this repository!
https://github.com/neofetchnpc/moe-count-fix
badge counter moe-counter readme readme-profile visitor-badge visitor-counter
Last synced: 22 days ago
JSON representation
Visitors On Github - give stars for this repository!
- Host: GitHub
- URL: https://github.com/neofetchnpc/moe-count-fix
- Owner: NeofetchNpc
- License: mit
- Created: 2024-08-15T18:20:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T23:31:15.000Z (about 1 month ago)
- Last Synced: 2024-11-22T00:20:14.278Z (about 1 month ago)
- Topics: badge, counter, moe-counter, readme, readme-profile, visitor-badge, visitor-counter
- Language: JavaScript
- Homepage: https://count.neastooid.xyz
- Size: 221 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moe-Counter-Fixxed
![Moe-Counter](https://count.neastooid.xyz/get/@demo?theme=asoul)
More theme
##### asoul
![asoul](https://count.neastooid.xyz/get/@demo?theme=asoul)##### moebooru
![moebooru](https://count.neastooid.xyz/get/@demo?theme=moebooru)##### rule34
![Rule34](https://count.neastooid.xyz/get/@demo?theme=rule34)##### gelbooru
![Gelbooru](https://count.neastooid.xyz/get/@demo?theme=gelbooru)------------
## Try It!
[https://count.neastooid.xyz](https://count.neastooid.xyz)------------
# Setup Deploying on your own server
```shell
$ git clone https://github.com/NeofetchNpc/moe-count.git
$ cd moe-count
$ yarn install$ yarn start
```# Configuration
setup config.yaml
```yaml
app:
site: https://count.neastooid.xyz # your website must
port: 3000db:
type: mongodb # sqlite or mongodb
```[mongodb.js](https://github.com/NeofetchNpc/moe-count-fix/blob/main/db/mongodb.js) replace this code with your mongodb!
```js
// the default mongodb url (local server)
const mongodbURL = 'mongodb+srv://localhost'
```## Credits
* [moebooru](https://github.com/moebooru/moebooru)
* [NeofetchNpc](https://github.com/NeofetchNpc)
* [journey-ad](https://github.com/journey-ad)
* [Fuwn](https://github.com/Fuwn)------------