diff options
author | mat <github@matdoes.dev> | 2022-02-13 21:39:21 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-13 21:39:21 -0600 |
commit | 766c8221ceb23d66ed253250fead533ad0cb73bd (patch) | |
tree | 9595797c55d087e6a1db57922adfa61a64fd6289 /README.md | |
parent | 2a6c5997c453e8ffa382db2e0ad5cb5db4f73db1 (diff) | |
download | skyblock-api-766c8221ceb23d66ed253250fead533ad0cb73bd.tar.gz skyblock-api-766c8221ceb23d66ed253250fead533ad0cb73bd.tar.bz2 skyblock-api-766c8221ceb23d66ed253250fead533ad0cb73bd.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ Backend for [skyblock.matdoes.dev](https://github.com/skyblockstats/skyblock-stats). -Basically this is [Slothpixel](https://github.com/slothpixel/core) but more specialized. +This is kinda like [Slothpixel](https://github.com/slothpixel/core), as in it fetches the SkyBlock API and cleans up the result for use without an API key. -## What it does +## Basically what it does 1) A request is sent to the Express server in index.js 2) The express server then calls a function in hypixelCached depending on the request |