-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Mock] - Social Feed #15
Labels
Comments
I'm happy to do What are your thoughts on: [
{
"handle": "@UserName",
"message": "Lorem ipsum dolor sit amet consecteur",
"media": "https://video_or_image.webm",
"likes": 2342,
"comments": 31,
"retweets": 2,
"date": "2022-09-22T16:03:17.885Z"
}
] |
@YasiOnFire That is great |
Will work in Instagram API. I started with the API post. |
hi @ageddesi i would like to work on Facebook api {
id: string,
createdUserName: string,
createdUserEmail: string,
content: string,
media: string,
reactions:{
like:number,
love:number,
wow:number,
haha:number,
sad:number,
angry:number,
},
shares: number,
comments: number,
createdAt: Date,
} shall i use above schema Thank you |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to create a fake social feeds. We can do one PR per social event
We still need to also decide what info needs to be mocked.
The text was updated successfully, but these errors were encountered: