ExileTrade-React is an app written in react-native used to make simple queries to the ExileTools API to search for 'unique items'. A list of possible search terms is available here. At the moment, only iOS is supported.
##Installation
- Ensure that you have react-native and xcode installed.
- Clone the repo and install dependencies
git clone https://github.com/terminull/ExileTrade-React.git && cd ExileTrade-React/ && npm install
open ios/ExileTrade_React.xcodeproj
and run the project in the simulator orreact-native run-ios
Note: This prototype was intended to be ran on the iPhone 6 Plus.