1.0.1 • Published 8 years ago

company-data v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Node Version NPM Version NPM License

Build Status dependencies Status Coverage Status

CompanyData

Get company data via their Stock Symbol

Requirements:

To Get Started:

  • Install the package in your project
npm install company-data --save

To use:

const NewLib = require('company-data')({
	// Params for your Lib
	foo: 'bar'
})

JSDocs Documentation

Enabling the Debugger

To enable debug logs, enable them via environment variables.

To see all debug logs from this app, set the env variable:

DEBUG=company-data*

Running with your project:

DEBUG=company-data* node myproject.js

License

MIT License