npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

osx-model

1.0.2

@kevva

npmHomeRepoSnykSocket
Downloads:100
$ npm install osx-model
DailyWeeklyMonthlyYearly

osx-model Build Status

Get your Mac model

Install

$ npm install --save osx-model

Usage

var osxModel = require('osx-model');

osxModel(function (err, model) {
	console.log(model);
	//=> 'MacBook Pro (Retina, 15-inch, Mid 2014)'
});

CLI

$ npm install --global osx-model
$ osx-model --help

  Example
    $ osx-model
    MacBook Pro (Retina, 15-inch, Mid 2014)

License

MIT © Kevin Martensson