Merge pull request #484 from samdmarshall/add-influx1936

Add package influx
This commit is contained in:
Dominik Picheta 2017-03-12 18:29:16 +01:00 committed by GitHub
commit fceca6f73d

View File

@ -6083,5 +6083,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"
}
]