Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linky-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linky-cli

A CLI tool to retrieve your Linky power consumption

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Linky CLI

Version Build Status Engines Code style

A CLI tool to retrieve your Linky power consumption

If you are looking for a Node.js module, check out @bokub/linky

Screenshot

Install

$ npm i -g linky-cli

Usage

# Basic usage (interactive)
linky

# Basic usage (no questions asked)
linky (hour|day|month|year) -u <email> -p <password>

# Save data to JSON file with -o
linky -o <path>

# Custom time period with -s (start) and -e (end)
linky -s <DD/MM/YYYY> -e <DD/MM/YYYY>

# Show help and more examples
linky --help
linky hour [options]

Retrieve power consumption with a step of 30 minutes

Default time period: Yesterday

linky week [options]

Retrieve power consumption with a step of 1 day

You cannot retrieve more than 31 days at once

Default time period: Last 31 days

linky month [options]

Retrieve power consumption with a step of 1 month

You cannot retrieve more than 12 months at once

Default time period: Last 12 months

linky year [options]

Retrieve all your power consumption with a step of 1 year

You cannot use a custom time period

Keywords

FAQs

Package last updated on 04 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc