big-companies
v1.0.6
Published
List of the biggest companies in the world
Downloads
730
Maintainers
Readme
big-companies
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