From 1b980682ec71e9c1997747c440a6ad14e31beaf9 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 7 May 2018 09:27:51 +0200 Subject: add npm data update script and brief readme --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ceaad3b --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +# brokentalents.fun + +## Setup + + * `npm install` + * create backend/secret.js as `module.exports.apikey = 'yourapikey';` or export the env var `API_KEY=""` + +## Updating the data + +`npm run backend` -- cgit v1.3.1