Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abh80/microsoft-store
A package which gives information about microsoft-store games.
https://github.com/abh80/microsoft-store
Last synced: 2 days ago
JSON representation
A package which gives information about microsoft-store games.
- Host: GitHub
- URL: https://github.com/abh80/microsoft-store
- Owner: abh80
- License: mit
- Created: 2020-08-18T11:28:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T02:56:31.000Z (over 4 years ago)
- Last Synced: 2024-12-30T02:19:37.427Z (28 days ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
npm i microsoft-store
```# Getting started
```js
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](./assets/example.PNG)### Supports typescript