Skip to content

Instantly share code, notes, and snippets.

@iAladdin
iAladdin / GotchaYouriPhoneX.js
Last active December 6, 2021 10:19
Gotcha Your iPhone X
var rp = require('request-promise');
var moment = require('moment');
var storesURL = function(localtion){
return 'https://reserve-prime.apple.com/'+localtion+'/zh_'+localtion+'/reserve/iPhoneX/stores.json';
}
var availabilityURL = function(localtion){
return 'https://reserve-prime.apple.com/'+localtion+'/zh_'+localtion+'/reserve/iPhoneX/availability.json';
};