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

animas-diasend-data

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animas-diasend-data

Fetch and parse spreadsheets containing Animas pump data from Diasend.

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

animas-diasend-data

parser for animas pump, cbg

Install

Build Status Coverage Status Code Climate

browser support

npm install animas-diasend-data
make test

Usage

CLI Commands

animas-dump-json

Print json version of Diasend spreadsheet.

$ ./bin/animas-dump-json <incoming.xls>
download-diasend

Download recent xls from diasend.

node ./bin/download-diasend [opts] <out.xls>

Options:
  -u, --username  Diasend username (or environment $DIASEND_USERNAME)
  -p, --password  Diasend password (or environment $DIASEND_PASSWORD)
  -d, --days      Number of recent days to fetch                       [default: 14]

Enable tab completion with:

$ . <(download-diasend completion)
sunder-csv

Split binary spreadsheet into separate plain text csv files.

node ./bin/sunder-csv [opts] <incoming.xls>

Options:
  -s, --stdout  Print everything to stdout  [default: false]
  -p, --prefix  Prefix to store csv files   [default: ""]

Enable tab completion with:

$ . <(sunder-csv completion)

Keywords

FAQs

Package last updated on 25 Feb 2014

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