https://github.com/bennycode/node-app-consumer
https://github.com/bennycode/node-app-consumer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/node-app-consumer
- Owner: bennycode
- Created: 2016-06-08T08:45:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T09:45:55.000Z (about 9 years ago)
- Last Synced: 2025-01-27T23:46:58.237Z (5 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
### Resolve Dependencies
```bash
npm install
```### Calculate perimeter
```bash
# Length: 7
# Width: 8
npm main.js 7 8
```