Skip to content

secret-squirrel/ssq-node-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

         _.-"""-,
       .'  ..::. `\
      /  .::' `'` /
     / .::' .--.=;
     | ::' /  C ..\
     | :: |   \  _.)
      \ ':|   /  \
       '-, \./ \)\)
          `-|   );/
             '--'-'

Secret Squirrel Client

Introduction

This project is meant to be both a reusable client implementation (via npm ssq-client) and a feature-complete command-line interface.

It also serves as a reference implementation for future Secret Squirrel clients. See the server wiki for an architecture overview.

Make sure to checkout the server and desktop clients.

Getting Started

git clone git@github.com:twg/secretsquirrel-cli.git && cd secretsquirrel-cli
npm install
node squirrel.js

Get the server up and running.

So far you can generate a new keypair:

node squirrel.js keypair-create

And create a user:

node squirrel.js user-create --firstName Matt --lastName MacAulay --email mac@twg.ca

Tests

To run the test suite:

npm test

Or install mocha globally

npm install -g mocha
mocha

About

Secret Squirrel client package and CLI in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages