Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ketok4321/modrinth-statistics

A simple script for gathering statistics about mods on modrinth
https://github.com/Ketok4321/modrinth-statistics

modrinth

Last synced: 6 days ago
JSON representation

A simple script for gathering statistics about mods on modrinth

Awesome Lists containing this project

README

        

# Modrinth statistics
A simple script for gathering statistics about mods on modrinth
### Currently it gathers:
- Total mod count
- Percentage and number of mods supporting all of modrinth's supported modloaders
- Percentage and number of mods supporting 10 most recent minecraft versions
- Percentage and number of mods supporting all of modrinth's supported licenses

### Example output:
![image](https://user-images.githubusercontent.com/70479035/175107204-1a17a057-1250-4594-ad06-56c1c1a41d59.png)

# Running the script
1. Clone the repo and enter the directory
```
git clone https://github.com/Ketok4321/modrinth-statistics/ && cd modrinth-statistics
```
2. Install npm packages
```
npm ci
```
3. Run the script
```
npm start
```