Skip to content

This module can be used to programmatically check PS5 console availability.

License

Notifications You must be signed in to change notification settings

laureladastra/ps5-availability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This module can be used to programatically check PS5 console availability and pre-order status at multiple 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:

Name Site Country Region Type
Bol https://www.bol.com/nl/ Netherlands Europe bolnl
Coolblue https://www.coolblue.nl/ Netherlands Europe coolbluenl
Mediamarkt https://www.mediamarkt.nl/ Netherlands Europe mediamarktnl

About

This module can be used to programmatically check PS5 console availability.

Resources

License

Stars

Watchers

Forks

Packages

No packages published