Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
fixed typos in readme
  • Loading branch information
Mpieta authored Jun 16, 2023
1 parent 5160394 commit d6c85ef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ C++ Application that fetches data from World of Warcraft API to show information
about current auctions on the Auction House.

Currently, the App only works with EU auction house
but that can be easily changed, simply change all "eu" to "us" and "GB" to "US"
but that can be easily changed, simply change all "eu" to "us" (or other region) and "GB" to "US"
(or other language)
in request strings.

The app does not list item auctions (only consumables/enchants/materials etc. so all commodities)
Expand All @@ -20,20 +21,20 @@ you can see in game due to data in API being updated only once an hour
### Usage

The app requires a valid API token in **API_token.txt** text file,
if valid token is not provided the app will most likely crash after
if valid token is not provided the app will exit after
trying to send any request.

[Here](https://develop.battle.net/documentation/guides/getting-started) is how you can get your own API access token

To use the app first press "Fetch/Update Data" button, and then type the name
(or part of the name) of an item you wish to look up.
To use the app first use "Fetch/Update Data" button to fetch EU auction house data, and then type the name
(or part of the name) of an item you want to look up.




![results of "potion" query](example.png)
<p align="center">
<sup>results of "potion" query</sup>
<sup>results of "potion" search</sup>
</p>

### Required libraries
Expand Down

0 comments on commit d6c85ef

Please sign in to comment.