np-api
v1.0.1
Published
An API for a game I play.
Readme
NP API
An API for a game I play.
Install
$ yarn add np-api
$ npm i --save np-apiMethods
const { universe } = require('np-api')
universe('[email protected]', 'mynppassword', '1111111111111111').then(console.log)universe(username, password, gameId) - request the game universe (filtered for your viewpoint)
