aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Marshall <me@samdmarshall.com>2017-03-11 14:36:46 -0500
committerSamantha Marshall <me@samdmarshall.com>2017-03-11 14:36:46 -0500
commit10ade9e5435cf0ea22cba67fa01c7e54aa8ac71c (patch)
treee0a13fb996d144ff7f54d66aa9f5e97418795c52
parentd3482cc03649d30311baad153c6384c2bebf91be (diff)
downloadpackages-10ade9e5435cf0ea22cba67fa01c7e54aa8ac71c.tar.gz
packages-10ade9e5435cf0ea22cba67fa01c7e54aa8ac71c.zip
Added package influx
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f049a01..f17c31b 100644
--- a/packages.json
+++ b/packages.json
@@ -6071,5 +6071,17 @@
"description": "reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user's response.",
"license": "BSD3",
"web": "https://github.com/euantorano/recaptcha.nim"
+ },
+ {
+ "name": "influx",
+ "url": "https://github.com/samdmarshall/influx.nim",
+ "method": "git",
+ "tags": [
+ "influx",
+ "influxdb"
+ ],
+ "description": "wrapper for communicating with InfluxDB over the REST interface",
+ "license": "BSD 3-Clause",
+ "web": "https://github.com/samdmarshall/influx.nim"
}
]