2.0.0 • Published 5 years ago

ps5-availability v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Introduction

This module can be used to programatically check PS5 console availability and pre-order status at mutiple retailers.

Install

$ npm install ps5-availability

Usage

const { Environment: PS5 } = require('ps5-availability');

(async function init() {
  let result = PS5.checkAvailability(['mediamarktnl', 'bolnl']);
  // console.log(result) -> [false,false]
})();

Retailers

Console availability is tracked for the following retailers:

NameSiteCountryRegionType
Bolhttps://www.bol.com/nl/NetherlandsEuropebolnl
Coolbluehttps://www.coolblue.nl/NetherlandsEuropecoolbluenl
Mediamarkthttps://www.mediamarkt.nl/NetherlandsEuropemediamarktnl
2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago