You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a interactive zoomable pannable graph exactly like the one shown in https://shomil.me/bereal/ under the friend suggestion tag. This would be in it's own page on a route like /graph
The text was updated successfully, but these errors were encountered:
I think the problem is bereal api isn't like it was back then in that article. now it's done server side and they send a list of like 50 people that have mutual friends with you which seems to be sorted most mutual to least. so you could make a graph of the top 50 people you have mutual friends with and thats it.
edit:
an alternative is you could make a graph of all your friends and how they connect, but this wouldn't show non friends but it would show the connection between all your friends
Create a interactive zoomable pannable graph exactly like the one shown in https://shomil.me/bereal/ under the friend suggestion tag. This would be in it's own page on a route like /graph
The text was updated successfully, but these errors were encountered: