From bd0d7b0669fc17c58529c0a38a00daf0dd14ae73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Mon, 23 Mar 2020 07:26:04 +0100 Subject: [PATCH] Add nordnet (#1405) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 117f5c0..b4ccd19 100644 --- a/packages.json +++ b/packages.json @@ -17041,5 +17041,18 @@ "description": "File-based unit testing system", "license": "MIT", "web": "https://github.com/sealmove/testify" + }, + { + "name": "nordnet", + "url": "https://github.com/ThomasTJdev/nim_nordnet_api", + "method": "git", + "tags": [ + "nordnet", + "stocks", + "scrape" + ], + "description": "Scraping API for www.nordnet.dk ready to integrate with Home Assistant (Hassio)", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_nordnet_api" } ]