big-companies

1.0.6 • Public • Published

big-companies npm version

List of the biggest companies in the world.

For each company, the following information are provided:

  • name
  • shortNames
  • url

The shortNames property can be used to restrict usernames in a registration form. That's why I created this module.

Source: Fortune Global 500 (2015).

Installation

npm install --save big-companies

Example

var bigCompanies = require('big-companies');
 
console.log(bigCompanies[0]);

Will output:

{
  name: 'Walmart',
  shortNames: ['walmart'],
  url: 'http://www.walmart.com'
}

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    52
    • latest

Version History

Package Sidebar

Install

npm i big-companies

Weekly Downloads

52

Version

1.0.6

License

MIT

Last publish

Collaborators

  • mvila