big-companies
v1.0.6
Published
List of the biggest companies in the world
Maintainers
Readme
big-companies 
List of the biggest companies in the world.
For each company, the following information are provided:
nameshortNamesurl
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-companiesExample
var bigCompanies = require('big-companies');
console.log(bigCompanies[0]);Will output:
{
name: 'Walmart',
shortNames: ['walmart'],
url: 'http://www.walmart.com'
}License
MIT
