Skip to content
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

Closed
3 tasks done
ageddesi opened this issue Aug 24, 2022 · 4 comments · Fixed by #188
Closed
3 tasks done

[New Mock] - Social Feed #15

ageddesi opened this issue Aug 24, 2022 · 4 comments · Fixed by #188
Labels
hacktoberfest new mock New Mock For Consideration to the code base

Comments

@ageddesi
Copy link
Owner

ageddesi commented Aug 24, 2022

Need to create a fake social feeds. We can do one PR per social event

  • Facebook
  • Instagram
  • Twitter

We still need to also decide what info needs to be mocked.

@ageddesi ageddesi added the new mock New Mock For Consideration to the code base label Aug 25, 2022
@YasiOnFire
Copy link
Contributor

I'm happy to do /socials/twitter

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"
 }
]

@ageddesi
Copy link
Owner Author

ageddesi commented Oct 1, 2022

@YasiOnFire That is great

@kalwabed
Copy link
Contributor

kalwabed commented Oct 2, 2022

Will work in Instagram API. I started with the API post.

@RizkyRajitha
Copy link
Contributor

RizkyRajitha commented Oct 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest new mock New Mock For Consideration to the code base
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants