1.2.3 • Published 4 years ago

microsoft-store v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago