Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 500 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 500 Bytes

OS monitor for GrowthForecast

Currently, Mac OS X is available.

Standalone

% git clone git@github.com:matsubo/growth_forecast_agent.git
% cd growth_forecast_agent
% php bin/main.php

Install via Composer

composer.json

  "require": {
    "matsubo/growth_forecast_agent": "1.0.*",
  }

See the following file for sample code.