Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/way2muchnoise/curseforgebadge-unofficial
A little badge/shield for minecraft mods on CurseForge
https://github.com/way2muchnoise/curseforgebadge-unofficial
badge badges curseforge minecraft
Last synced: 3 months ago
JSON representation
A little badge/shield for minecraft mods on CurseForge
- Host: GitHub
- URL: https://github.com/way2muchnoise/curseforgebadge-unofficial
- Owner: way2muchnoise
- Created: 2016-08-29T17:42:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T18:34:15.000Z (about 2 years ago)
- Last Synced: 2024-10-11T12:53:40.946Z (3 months ago)
- Topics: badge, badges, curseforge, minecraft
- Language: Python
- Size: 68.4 KB
- Stars: 70
- Watchers: 5
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# CurseForgeBadge (Unofficial)
A little badge/shield for minecraft mods/packs/... on CurseForge. This service is not affiliated with CurseForge.## Usage
The base url is [https://cf.way2muchnoise.eu](https://cf.way2muchnoise.eu). Both http and https are available.Changed some stuff around based on feedback from @itsmeow and GitHub now likes my https.
**So you can also use it in your .md files on GitHub with https now!**### Possible patterns
* /\.svg: project being either the id or name(link in the url).
* [![](http://cf.way2muchnoise.eu/240630.svg)](https://minecraft.curseforge.com/projects/just-enough-resources-jer) -> `https://cf.way2muchnoise.eu/240630.svg`
* [![](http://cf.way2muchnoise.eu/jei.svg)](https://minecraft.curseforge.com/projects/jei) -> `https://cf.way2muchnoise.eu/jei.svg`
* /\\_\<project>_\<extra>.svg: style can either `short` or `full`, extra is optional text to be appended
* [![](http://cf.way2muchnoise.eu/short_jei.svg)](https://minecraft.curseforge.com/projects/jei) -> `https://cf.way2muchnoise.eu/short_jei.svg`
* [![](http://cf.way2muchnoise.eu/full_240630_downloads.svg)](https://minecraft.curseforge.com/projects/just-enough-resources-jer) -> `https://cf.way2muchnoise.eu/full_240630_downloads.svg`
* /versions/\<project>.svg: project being either the id or name(link in the url).
* [![](http://cf.way2muchnoise.eu/versions/jei.svg)](https://minecraft.curseforge.com/projects/jei) -> `https://cf.way2muchnoise.eu/versions/jei.svg`
* [![](http://cf.way2muchnoise.eu/versions/240630.svg)](https://minecraft.curseforge.com/projects/just-enough-resources-jer) -> `https://cf.way2muchnoise.eu/versions/240630.svg`
* /versions/\<text>\_\<project>\_\<style>.svg: text is optional and replaces the default `Available for` text. The style can be either `all` or `latest`
* [![](http://cf.way2muchnoise.eu/versions/jei_latest.svg)](https://minecraft.curseforge.com/projects/jei) -> `https://cf.way2muchnoise.eu/versions/jei_latest.svg`
* [![](http://cf.way2muchnoise.eu/versions/For%20MC_240630_all.svg)](https://minecraft.curseforge.com/projects/just-enough-resources-jer) -> `https://cf.way2muchnoise.eu/versions/For%20MC_240630_all.svg`For many more patterns see [https://cf.way2muchnoise.eu](https://cf.way2muchnoise.eu)