Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Ketok4321/modrinth-statistics
- Owner: Ketok4321
- License: gpl-3.0
- Created: 2022-06-22T17:41:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T18:48:38.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:19:20.048Z (3 months ago)
- Topics: modrinth
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Ketok4321/modrinth-statistics - A simple script for gathering statistics about mods on Modrinth (Miscellaneous / In-game)
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
```