Created
February 24, 2021 22:57
-
-
Save jcottrell/1ccfec24d9e021928e5a50f57508c63d to your computer and use it in GitHub Desktop.
Fake database for ajax testing
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
[ | |
{ | |
"id": 123, | |
"category": "animal welfare", | |
"title": "Cat Adoption Day", | |
"description": "Find your new feline friend at this event.", | |
"location": "Meow Town", | |
"date": "January 28, 2022", | |
"time": "12:00", | |
"organizer": "Kat Laydee" | |
}, | |
{ | |
"id": 456, | |
"category": "food", | |
"title": "Community Gardening", | |
"description": "Join us as we tend to the community edible plants.", | |
"location": "Flora City", | |
"date": "March 14, 2022", | |
"time": "10:00", | |
"organizer": "Fern Pollin" | |
}, | |
{ | |
"id": 789, | |
"category": "sustainability", | |
"title": "Beach Cleanup", | |
"description": "Help pick up trash along the shore.", | |
"location": "Playa Del Carmen", | |
"date": "July 22, 2022", | |
"time": "11:00", | |
"organizer": "Carey Wales" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment