Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 4, 2024
1 parent 2b911b6 commit 3332bae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion clients/react-vite/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const useAdventurersByXPWithScores = ({ page }: { page: number }) => {
skip: (page - 1) * 10,
});

console.log(adventurersQuery.data);
const adventurerIds =
adventurersQuery.data?.adventurers.map((adv) => adv.id) || [];

Expand Down
16 changes: 9 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/yourusername/loot-survivor-sdk.svg?branch=main)](https://travis-ci.org/yourusername/loot-survivor-sdk)

🚧 WIP: This is an evolving project. We are looking for active contributors.

This SDK enables easy creation of Loot Survivor experiences. It provides everything you need to build a fully functioning client for Loot Survivor.

```
Expand All @@ -12,13 +14,13 @@ pnpm add @lootsurvivor/core @lootsurvivor/react

## Features

- [x] Execution client
- [x] Game Constants
- [x] Hosted Images
- [x] Zustand State
- [x] Abstracted Graphql queries for deep information
- [] gPRC provider
- [x] React Package
- βœ… Execution client
- βœ… Game Constants
- βœ… Hosted Images
- βœ… Abstracted GraphQL queries for deep information
- βœ… React Package
- 🚧 Zustand State Management (WIP)
- 🚧 gRPC provider (coming soon)

## Usage

Expand Down

0 comments on commit 3332bae

Please sign in to comment.