Go to file
Dolan bf5fd705ae Merge pull request #6 from tacotexmex/patch-1
List update for .4.16
2017-05-29 12:37:47 +01:00
my-typings added svg service 2017-04-10 13:28:23 +01:00
src List update for .4.16 2017-05-29 10:57:32 +02:00
.gitignore initial commit 2017-04-10 01:52:32 +01:00
.travis.yml added deployment to heroku 2017-04-10 02:31:24 +01:00
README.md Update README.md 2017-05-06 18:47:17 +01:00
package.json there are currently no tests 2017-04-10 02:34:22 +01:00
tsconfig.json initial commit 2017-04-10 01:52:32 +01:00
tsconfig.spec.json initial commit 2017-04-10 01:52:32 +01:00
tslint.json initial commit 2017-04-10 01:52:32 +01:00

README.md

Minetest Texture Pack Completion Checker

How to use

Normal Checking

You can check against the well reknowned Summerfields texture pack, or check against minetest-core and minetest-game texture lists. The latter is preferred over testing over Summerfields.

Test against Summerfields

To get information and details about the repo

https://minetest-checker.herokuapp.com/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/<OWNER>/<REPO>.svg

Test against minetest-game static texture list

To get information and details about the repo

https://minetest-checker.herokuapp.com/game/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/game/<OWNER>/<REPO>.svg

Test against minetest-core static texture list

To get information and details about the repo

https://minetest-checker.herokuapp.com/core/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/core/<OWNER>/<REPO>.svg

Mod Checking

Farming Mod

To get information and details about the repo

https://minetest-checker.herokuapp.com/farming/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/farming/<OWNER>/<REPO>.svg

Awards Mod

To get information and details about the repo

https://minetest-checker.herokuapp.com/awards/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/awards/<OWNER>/<REPO>.svg

Nether Mod

To get information and details about the repo

https://minetest-checker.herokuapp.com/nether/<OWNER>/<REPO>

To get a pretty badge for the 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

https://minetest-checker.herokuapp.com/mod/<MOD-OWNER>/<MOD-REPO>/<OWNER>/<REPO>

To get a pretty badge for the repo

https://minetest-checker.herokuapp.com/mod/<MOD-OWNER>/<MOD-REPO>/<OWNER>/<REPO>.svg

Made with ❤️ by Dolan Miu