Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created January 15, 2017 12:50
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 conanak99/545bc333031c6f1462495e2795b0e499 to your computer and use it in GitHub Desktop.
Save conanak99/545bc333031c6f1462495e2795b0e499 to your computer and use it in GitHub Desktop.
// Sử dụng thư viện
var request = require('sync-request');
// Đọc thông tin idol trong file filtered-idols.json và thông tin person đã lưu từ API
var idols = require('./filtered-idols.json');
var idolPerson = require('./idol-person.json');
var falseData = require('./falseData.json');
let key = '91bc85*******'; // Thay thế bằng key của bạn
let groupId = 'vav-idols';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment