UNPKG

sd-roasters

Version:

San Diego Coffee Roasters as an exported JS object interface.

8 lines (5 loc) 170 B
// index.js var fs = require('fs') var roasterListRaw = './dist/roaster-list.json' var roasters = JSON.parse(fs.readFileSync(roasterListRaw)) module.exports = roasters