Skip to content

Instantly share code, notes, and snippets.

@thaian2009
thaian2009 / index.js
Created September 4, 2017 17:14
requirebin sketch
var http = require("https");
var options = {
"method": "GET",
"hostname": "rapchieuphim.com",
"path": "/api/v1/movies",
};
var req = http.request(options, function (res) {
var chunks = [];