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

https://github.com/witoo-source/darwin-toolbox


https://github.com/witoo-source/darwin-toolbox

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# darwin-toolbox

![dawin-toolboox-js-banner](https://github.com/user-attachments/assets/09f69de0-21ab-43ec-9a37-792eeeb9c699)

---

## Usage

### run:

```bash
git clone https://github.com/witoo-source/darwin-toolbox.git
```

```bash
cd darwin-toolbox
```

```bash
chmod +x install.sh
```

```bash
./install.sh
```

## First IP tracked:

```bash
dawt ipsx
```

## and you will get something like this:

![Captura de pantalla 2024-08-19 a las 23 08 27](https://github.com/user-attachments/assets/c8ed648d-87f0-46ba-a04f-a0dd97e2e848)

# Notes:

You need `nodejs` (https://nodejs.org) and `unix-like` system (Linux/macOS)

###  To install node.js on macOS:

#### Install homebrew

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
#### then

```bash
brew install node
```

### 💻 To install node.js on linux (Debian)

#### Using apt

```bash
sudo apt update
```

```bash
sudo apt install nodejs
```