Skip to content

ukphillips/giftswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

giftswap

Overview

Simple API for generating a gift swap between a group of people. Exclusion groups allow for excluding certain people from being eligible from each other (spouses for instance might not be eligible to gift for each other)

Sample JSON POST Input:

[
    {"Name": "Kris", "ExclusionGroup": "Phillips"},
    {"Name": "Bonnie", "ExclusionGroup": "Phillips"},
    {"Name": "Jason", "ExclusionGroup": "Couch"},
    {"Name": "Katie", "ExclusionGroup": "Couch"},
    {"Name": "James", "ExclusionGroup": "Barrett"},
    {"Name": "Allison", "ExclusionGroup": "Barrett"},
    {"Name": "Sarah"}
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages