funko-vault

1.0.1 • Public • Published

funko-vault

Get the Funko pop Vault list from the official website Funko The vault is the registry of items not produced anymore. By the way this makes its cost unit price to increase.

Functionalities

  • Get the full list of vaulted pop

Next Functionnalities

  • Indexing through Elasticsearch
  • Retrieve all items from .json shopify API

Install

Requirements

  • Node v6.0+
npm install funko-vault

How to

Extremely simple use case. See specs/mocktest.js All methods use Promise.

var fp = require('funko-vault');

fp.list()
    .then((data) => console.dir(data, {depth : 3, colors : true}) );

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i funko-vault

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gioindahouz