NintendoSwitchEshop is a Swift Framework written to extract Nintendo Switch's eShop game information.
Get America Games
import NintendoSwitchEshop
let nintendoSwitchEshop = NintendoSwitchEshop()
nintendoSwitchEshop.getGamesInAmerica { games, error in
// Use games (provided as an array of GameUS objects)
}
Get Europe Games
import NintendoSwitchEshop
let nintendoSwitchEshop = NintendoSwitchEshop()
nintendoSwitchEshop.getGamesInEurope { games, error in
// Use games (provided as an array of GameEU objects)
}
Anyone is free to contribute. Just open a Pull Request or Issue. Tests are preferred for new features.
NintendoSwitchEshop is available under the MIT license. See the LICENSE file for more info.