Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hawshemi/port-scanner-freecodecamp

Port Scanner Freecodecamp
https://github.com/hawshemi/port-scanner-freecodecamp

freecodecamp freecodecamp-project

Last synced: 4 days ago
JSON representation

Port Scanner Freecodecamp

Awesome Lists containing this project

README

        

# [Port Scanner](https://www.freecodecamp.org/learn/information-security/information-security-projects/port-scanner)

## Live: https://replit.com/@hawshemi/port-scanner-freecodecamp

For running locally create a file named `.env` with the code below:
```
PORT:3000
NODE_ENV=test
```