Skip to content
View sonnenhaft's full-sized avatar

Block or report sonnenhaft

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RxJS getUniqueValuesFromPromise RxJS getUniqueValuesFromPromise
    1
    // to run this gist, in your current folder you need to "run npm i --save rxjs", then run "run npm i --save node-fetch"
    2
    // @example "jsfiddle": https://jsfiddle.net/gs186d4d/ // rxjs v5.5.2
    3
    // @example "codepen": https://codepen.io/sonnenhaft/pen/xxxzxEN?editors=0010 // rxjs v6.5.3
    4
    const Rx = require('rxjs') // v5.5.2
    5
    const fetch = require('node-fetch')