RandomUserSwift alternatives and similar libraries
Based on the "API" category.
Alternatively, view RandomUserSwift alternatives based on common mentions on social networks and blogs.
-
Typhoon
Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨ -
Swifter Twitter
[DEPRECATED] :bird: A Twitter framework for iOS & OS X written in Swift -
MonkeyKing
MonkeyKing helps you to post messages to Chinese Social Networks. -
Paste JSON as Code • quicktype
Xcode extension to paste JSON as Swift, Objective-C, and more -
Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances! -
TRON
Lightweight network abstraction layer, written on top of Alamofire -
mongo-swift-driver
The official MongoDB driver for Swift -
GooglePlacesAutocomplete
Google Places address entry for iOS (Swift) -
PXGoogleDirections
Google Directions API helper for iOS, written in Swift -
SwiftlySalesforce
The Swift-est way to build native mobile apps that connect to Salesforce. -
Federal Data SDK
Federal Data SDK built in the Swift programming language. Follow the link for the documentation: -
Kraken
Simple Dependency Injection container for Swift. Use protocols to resolve dependencies with easy-to-use syntax! -
PPWeatherCheck
Incorporate with CoreLocation, Cocoapods, REST APIs, Alamofire, JSON, and UI Animation to Create a Weather Check Application.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RandomUserSwift or a related project?
README
RandomUserSwift is an easy to use Swift framework that provides the ability to generate random users and their accompanying data for your Swift applications. It utilizes randomuser.me API to generate the data.
Integration
CocoaPods
You can use CocoaPods to install RandomUserSwift
by adding it to your Podfile
:
target 'MyApp' do
pod 'RandomUserSwift'
end
Carthage
You can use Carthage to install RandomUserSwift
by adding it to your Cartfile
:
github "dingwilson/RandomUserSwift"
Usage
Import the framework
import RandomUserSwift
Then, use the getUsers
function via the shared
singleton with a completion handler.
RandomUser.shared.getUsers { data, error in
guard let data = data else { return }
print(data)
}
For more information on the configuration and returned values, check out the RandomUserSwift documentation or RandomUser official documentation
License
RandomUserSwift
is released under an MIT License. See LICENSE
for details.
Copyright © 2016-present Wilson Ding.
Please provide attribution, it is greatly appreciated.
*Note that all licence references and agreements mentioned in the RandomUserSwift README section above
are relevant to that project's source code only.