This commit is contained in:
EntireTwix 2021-07-28 12:14:16 -07:00
parent e780a1546c
commit 2156afa774
2 changed files with 18 additions and 17 deletions

View file

@ -1,16 +1,16 @@
[PREVIOUS PAGE](how_to/endpoints.md) | [NEXT PAGE](../features/user_side.md)
## General
| name | v1 |
| :--------------------------------------------------------------- | :----------------------: |
| [Expand's Frontend](https://github.com/Expand-sys/ccashfrontend) | :heavy_check_mark: |
| [Expand's Discord Bot](https://github.com/Expand-sys/ccashbot) | :heavy_multiplication_x: |
| [Doggo's CCash CLI](https://github.com/FearlessDoggo21/CCashCMD) | :heavy_multiplication_x: |
<!-- [Sam's Market](https://github.com/STBoyden/market-api-2.0)-->
| author | name | v1 |
| :------------------------------------------ | ----------------------------------------------------------- | :----------------------: |
| [Expand](https://github.com/Expand-sys) | [Web Frontend](https://github.com/Expand-sys/ccashfrontend) | :heavy_check_mark: |
| [Expand](https://github.com/Expand-sys) | [Discord Bot](https://github.com/Expand-sys/ccashbot) | :heavy_multiplication_x: |
| [Doggo](https://github.com/FearlessDoggo21) | [CCash CLI](https://github.com/FearlessDoggo21/CCashCMD) | :heavy_multiplication_x: |
| [Sam](https://github.com/STBoyden) | [Market](https://github.com/STBoyden/market-api-2.0) | :heavy_multiplication_x: |
## Minecraft
| name | v1 |
| :---------------------------------------------------------------------------------------------------- | :----------------------: |
| [React's Shop for ComputerCraft](https://github.com/Reactified/rpm/tree/main/packages/ccash-shop) | :heavy_multiplication_x: |
| [React's Wallet for Computercraft](https://github.com/Reactified/rpm/tree/main/packages/ccash-wallet) | :heavy_multiplication_x: |
| [React's Reverse ATM for ComputerCraft](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) | :heavy_multiplication_x: |
| author | name | v1 |
| :------------------------------------------ | --------------------------------------------------------------------------- | :----------------------: |
| [Reactified](https://github.com/Reactified) | [Shop](https://github.com/Reactified/rpm/tree/main/packages/ccash-shop) | :heavy_multiplication_x: |
| [Reactified](https://github.com/Reactified) | [Wallet](https://github.com/Reactified/rpm/tree/main/packages/ccash-wallet) | :heavy_multiplication_x: |
| [Reactified](https://github.com/Reactified) | [ATM](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) | :heavy_multiplication_x: |

View file

@ -1,8 +1,9 @@
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
| language | v1 |
| ---------------------------------------------------------------------------------------------------- | :----------------------: |
| [React's Computer Craft API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) | :heavy_multiplication_x: |
| [Luke's JS API](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: |
| [Doggo's Python API](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: |
| [Sam's Rust API](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_multiplication_x: |
| author | language | | v1 |
| :-------------------------------------------------------- | :------: | ----------------------------------------------------------------------------------- | :----------------------: |
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_multiplication_x: |
| [Reactified](https://github.com/Reactified) | CCLua | [ccash api](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) | :heavy_multiplication_x: |
| [Luke](https://github.com/LukeeeeBennett/ccash-client-js) | JS | [ccash client js](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: |
| [Doggo](https://github.com/FearlessDoggo21) | Python | [CCashPythonClient](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: |
| [Sam](https://github.com/STBoyden) | Rust | [ccash rs](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_multiplication_x: |