Giter VIP home page Giter VIP logo

psn-wrapper's Introduction

A not official PSN API Wrapper

The currently existing services are

SERVICES DESCRIPTION DEFAULT
topGames Returns the top games on psn at the moment language = 'pt-br'
gameByTitle Search the game by name language = 'en'
gameById Search the game by id language = 'pt-br'

** By default each service returns only 10 items.

*** Language and limit are optional .

Install

 npm i psn-wrapper --save

how to use

topGames

import { topGames } from 'psn-wrapper';

const top = async () => {
  const result = await topGames({ limit: 20, language = 'pt-br' });
  console.log(result);
};

gameByTitle

import { gameByTitle } from 'psn-wrapper';

const games = async () => {
  const result = await gameByTitle('House of Ashes ', { limit: 20, language = 'en' });
  console.log(result);
};

gameById

import { gameById } from 'psn-wrapper';

const games = async () => {
  const result = await gameById('UP0700-CUSA08789_00-SHINOBISTRIKER01', { limit: 20, language = 'pt-br' });
  console.log(result);
};

Response sample

[
  {
    id: 'UP0700-CUSA08789_00-SPASS4CHARAITACH',
    title: 'NTBSS Pacote de treinamento de personagem mestre - Itachi Uchiha (Reanimação)',
    url: 'https://store.playstation.com/#!/en-us/games/cid=UP0700-CUSA08789_00-SPASS4CHARAITACH',
    price: 'R$21,50',
    strikePrice: null,
    onSale: false,
    discount: null,
    psPlusPrice: null,
    lastUpdated: 1635994800000,
    image: 'https://store.playstation.com/store/api/chihiro/00_09_000/container/US/en/19/UP0700-CUSA08789_00-SPASS4CHARAITACH/image?w=225&h=225',
    details: { platforms: [Array] }
  }
]

use as package from git

 "psn-wrapper": "ssh://[email protected]:henriquemsouza/psn-wrapper.git"

psn-wrapper's People

Contributors

henriquemsouza avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.