summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-07 09:27:51 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-05-07 09:27:51 +0200
commit1b980682ec71e9c1997747c440a6ad14e31beaf9 (patch)
tree5d2a3a3b0d4b0db1d3b8798f96d880f6677fd219 /README
parent5da95f1afc4471af6f8636148dca41c11e0b9d1f (diff)
downloadbrokentalents-1b980682ec71e9c1997747c440a6ad14e31beaf9.tar.gz
brokentalents-1b980682ec71e9c1997747c440a6ad14e31beaf9.zip
add npm data update script and brief readme
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
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`