@alexander.gutierrez/smart-campus-energy-management-system
Version:
The Smart Campus Energy Management System is designed to optimize energy usage across various buildings and facilities on a university campus.
23 lines (16 loc) • 576 B
Markdown
In your empty project folder create a new app.js file and copy the following:
```javascript
const objects = require('@alexander.gutierrez/smart-campus-energy-management-system');
objects.default.executeCommand();
```
In the terminal, run the following to create the package.json:
`npm init -y`
To install the package, run this in any terminal:
`npm i "@alexander.gutierrez/smart-campus-energy-management-system"`
Run the app.js file recently created:
`node app.js`