rnagle / cultivate

Cultivate: unearthing communites
2 stars 0 forks source link

Create results list #6

Closed rnagle closed 8 years ago

rnagle commented 8 years ago

This is wired up. Depends on /search/ route returning data structure that resembles:

{
  "users": [
    {
      "name": "twitter name here",
      "description": "twitter description here",
      "screen_name": "twitter handle here"
      "profile_image_url": "link to twitter profile image",
      "score": "score here" /* the user's rank/score, probably actually an integer */
    },
    ...
  ]
}