Socket
Socket
Sign inDemoInstall

microsoft-store

Package Overview
Dependencies
18
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    microsoft-store

A simple scrapper for microsoft store.


Version published
Maintainers
1
Install size
1.43 MB
Created

Readme

Source

microsoft-store

This package is a simple package with returns a lot of useful info about xbox and pc games which is available at microsoft store.

Installing

npm i microsoft-store

Getting started

const {msStore} = require('microsoft-store')
const store = new msStore()
// searching
const searched = await store.search('flight simulator','pc',1) //query,platfrom (xbox,pc),limit //returns an array[]
store.get(searched.url,true) //url , system_requirements info // returns object

Example

example

Supports typescript

FAQs

Last updated on 19 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc