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 = ; console;
Will output:
name: 'Walmart' shortNames: 'walmart' url: 'http://www.walmart.com'
License
MIT