0.1.0 • Published 9 years ago

asx-all-companies v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

node-asx-all-companies

Build Status NPM Dependency Status devDependency Status MIT Licence Gratipay Downloads a list of all ASX listed companies.

Usage

var getAllASXCompanies = require('asx-all-companies');
getAllASXCompanies(function (error, done) {
  console.log(data);
  /*
  [
    {
      symbol: 'ABC',                                                                                                                                            
      name: 'COMPANY NAME',                                                                                                                      
      industry: 'Industry Name'
    }, ...
  ]
  */
);

Licence

MIT

0.1.0

9 years ago