UNPKG

ldsorg

Version:

A JavaScript library for accessing LDS.org with Node.js or a browser

10 lines (7 loc) 234 B
'use strict'; var fs = require('fs') , hogwarts = require('./hogwarts').Hogwarts.create() ; fs.writeFile('./hogwarts.cache', JSON.stringify(hogwarts.cache, null, ' '), function () { console.log('wrote ./hogwarts.cache'); });