An open API service indexing awesome lists of open source software.

https://github.com/bennycode/node-app-consumer


https://github.com/bennycode/node-app-consumer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Instructions

### Resolve Dependencies

```bash
npm install
```

### Calculate perimeter

```bash
# Length: 7
# Width: 8
npm main.js 7 8
```