Created
April 29, 2015 21:06
-
-
Save evanscottgray/615d98f03c7ee9879f4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"uuid": "oaweijfoaweijfoawfijafowiawjfeoij", | |
"status": "FUNDED | FUNDING", | |
"item_details": { | |
"url": "link to something that is amazon or zinc", | |
"cost": "cost of item from amazon/zinc/whatever" | |
}, | |
"campaign_details": { | |
"url": "link to tilt or whatever", | |
"contributed": "dollar amount contributed to date", | |
"goal": "goal for campaign (really just the cost of the item in most cases I think)", | |
"percent": "percentage funded based on goal to contributions", | |
"participants": [ | |
"listofparticipantsifpossible" | |
], | |
"end_date": "date when campaign ends" | |
}, | |
"zinc_details": { | |
"url": "link to any relevant zinc things", | |
"tracking_number": "fill in tracking number if possible" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment