UNPKG

jstnineteen-groupb-got-predictions

Version:

NPM module for predicting the likelihood of death and longevity for characters in Game of Thrones. Part of JS Technology 2019.

11 lines (8 loc) 226 B
const fs = require("fs-extra"); const path = require("path"); async function getDemoPredictions() { return await fs.readJSON(path.join(__dirname, "predictions/demo.json")) } module.exports = { getDemoPredictions, };