Skip to content

Instantly share code, notes, and snippets.

@lhahne
Created December 31, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhahne/26a085a0136e1f547d7f to your computer and use it in GitHub Desktop.
Save lhahne/26a085a0136e1f547d7f to your computer and use it in GitHub Desktop.
const weightData$ = get$(`/1/user/-/body/log/weight/date/${today}.json`)
.map(response => response.data.weight[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment