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.
- Get the full list of vaulted pop
- Indexing through Elasticsearch
- Retrieve all items from .json shopify API
- Node v6.0+
npm install funko-vault
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}) );
MIT