0.1.1 • Published 8 years ago

pogosave v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

POGOsave

Download and backup your actual progress in Pokemon GO.

Install

$ npm install --save pogosave

Usage

const pogosave = require("pogosave");
const fs = require("fs");

pogosave({
  provider: "google",
  username: "USERNAME",
  password: "PASSWORD"
}, (data) => {
  fs.writeFileSync("account.json", JSON.stringify(data));
});
0.1.1

8 years ago

0.1.0

8 years ago