See the top Twitch games and save your favorites
- This project uses CocoaPods. Install the cocoapods through the terminal see more here
cd path/TwitchTopGames
pod install or pod update
-
You need to create a Client ID for the Twitch API
-
Open TwitchTopGames.workspace
-
In the TwitchAPI class, added with your clientID
private static let clientID = "(your clientID here)"
- Ready !
-
This project uses fastlane
-
Install the fastlane through the terminal see more here
cd path/TwitchTopGames
fastlane tests