Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created March 23, 2017 02:07
Show Gist options
  • Save bcomnes/62054db2c0295acbf4dff68d0aface9e to your computer and use it in GitHub Desktop.
Save bcomnes/62054db2c0295acbf4dff68d0aface9e to your computer and use it in GitHub Desktop.
var request = require('sync-request');
var ua = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
var res = request('GET', 'https://api.github.com/repos/cfry/dde/releases/latest', {
headers: { 'user-agent': ua}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment