|
|
|
|
|
by andrvo
3063 days ago
|
|
And here's a more interesting example using output from Algolia's search API: curl 'https://<redacted Algolia url>' | ramda '.hits |> map pick <[title url story_url objectID points num_comments]> |> evolve title: take 2 |> sort (.points) |> reverse'
|
|