• Stars
    star
    96
  • Rank 339,130 (Top 7 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ‘ค Framework to Generate Random Users - An Unofficial Swift SDK for randomuser.me

Build Status codecov doccov CocoaPods Version Status Carthage compatible Platform Swift MIT License

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.

  1. Integration
  2. Usage
  3. License

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.

More Repositories

1

SwiftVideoBackground

๐Ÿ“น Framework to Play a Video in the Background of any UIView
Swift
343
star
2

MultiPeer

๐Ÿ“ฑ๐Ÿ“ฒ A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
Swift
224
star
3

Hackathon-Packing-List

๐Ÿ“‹ Hackathon Packing List - A Handy Guide
18
star
4

MultiPeer_Sample

Sample application for MultiPeer Framework
Swift
16
star
5

CleverCalorie

๐ŸดCodeRED Hackathon Project - iOS Health App. Point your camera at a plate of food and find out the nutritional information in realtime.
Objective-C
8
star
6

ProxyChat

๐Ÿ’ฌTAMUHack Hackathon Project - Offline Swift iOS Social Communicator
Swift
4
star
7

BackTrack

๐ŸŽ™IncubateX Hackathon Project - iOS Passive Audio Recorder w/ IBM Watson STT and AlchemyAPI NLP Integrations
Swift
4
star
8

SousChef

๐Ÿ‘จ๐Ÿปโ€๐Ÿณ HackUTD Hackathon Project - iOS Swift personal assistant for finding and reading recipes
Swift
3
star
9

DivBin

iOS Swift app using object recognition and machine learning to classify objects as recyclable, compostable, donatable, or trash
Swift
2
star
10

Seek

๐Ÿ”Ž PennApps Hackathon Project - iOS app to search YouTube via object recognition and speech-to-text
Swift
2
star
11

Motivation.safariextension

New Safari tab page showing your age
JavaScript
2
star
12

todoist-scripts

Python
2
star
13

CTF-AI

Java
2
star
14

dotfiles

๐Ÿ”ง My dotfiles and system config
Shell
2
star
15

BreathEZ

๐Ÿ’Š SASEHack Hackathon Project - iOS App to regulate breathing for those who suffer from panic or anxiety attacks
Swift
1
star
16

world-mapkit-geojson

Swift
1
star
17

FlightBuddy

Swift
1
star
18

Bridgit

๐Ÿ”Ž Facebook Global Hackathon Finale Hackathon Project - Crowd-Sourced License Plate Detection via OCR
Swift
1
star
19

Database-Project-Bonus

Swift
1
star
20

FitBuddy

Swift
1
star