Updated README for dynamic mod support

master
Dolan 2017-04-30 15:19:17 +01:00
parent 9ae65f2407
commit 82e2168fc6
1 changed files with 16 additions and 0 deletions

View File

@ -61,4 +61,20 @@ https://minetest-checker.herokuapp.com/nether/<OWNER>/<REPO>
https://minetest-checker.herokuapp.com/nether/<OWNER>/<REPO>.svg
```
## Dynamic Mod Checking
This will enable checking of **every** mod. However, it is slower because there is no caching involved. It does all the computation when requested. If possible, use the above!
#### To get information and details about the repo
```url
https://minetest-checker.herokuapp.com/mod/<MOD-OWNER>/<MOD-REPO>/<OWNER>/<REPO>
```
#### To get a pretty badge for the repo
```url
https://minetest-checker.herokuapp.com/mod/<MOD-OWNER>/<MOD-REPO>/<OWNER>/<REPO>.svg
```
Made with ❤️ by Dolan Miu