0.0.12 • Published 10 years ago

ibmwatson v0.0.12

Weekly downloads
50
License
-
Repository
-
Last release
10 years ago

IBM Watson API CLI

A prototype for the IBM Watson API command-line experience.

Installation

npm install -g ibmwatson

Description

The Watson API Command-Line Interface should allow a user (developer) to:

  • Login and create applications in Bluemix
  • Create Watson API instances in Bluemix
  • Generate boilerplate code based on developer-defined APIs
  • View the full catalog of Watson APIs
  • View the content available in the Watson Content Marketplace
  • View the purchased and uploaded content in the user's Library
  • Add content from AWS, SoftLayer, etc.
  • Adapt an API to the developer's use case

Note: The Watson API CLI is not necessarily intended to hand-hold a first-time user through the application and API set up process. It is intended to allow seasoned users to do tasks more efficiently by using the command-line.

Usage

In the command line, type ibmwatson for a list of commands.

To-do:

  • Longer commands:
  • ibmwatson adapt --mr --hashtag "ios, osx, apple" --keyword "iphone" --location "brazil"
  • ibmwatson new --name "Nike Basketball" --services "messageresonance, relationshipextraction" --runtime "nodejs"
  • Adaptation testing
  • Adaptation delete filters
  • Show more detailed results

Node packages used:

  • Commander.js - framework for commands and options.
  • Inquirer.js - for Yeoman-style question prompt system.
  • nconf - loading and setting config data in config.json.
  • CLI Table - table formatting in the command-line.
  • colors.js - duh, colors!
  • Chance.js - randomly generate lots of different stuff.
0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.7

10 years ago

0.0.61

10 years ago

0.0.6

10 years ago

0.0.53

10 years ago

0.0.52

10 years ago

0.0.51

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago