1.0.6 • Published 7 years ago

big-companies v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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