https://github.com/hawshemi/port-scanner-freecodecamp
Port Scanner Freecodecamp
https://github.com/hawshemi/port-scanner-freecodecamp
freecodecamp freecodecamp-project
Last synced: about 1 year ago
JSON representation
Port Scanner Freecodecamp
- Host: GitHub
- URL: https://github.com/hawshemi/port-scanner-freecodecamp
- Owner: hawshemi
- Created: 2023-09-19T07:04:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T09:29:05.000Z (over 2 years ago)
- Last Synced: 2025-03-24T08:06:17.555Z (about 1 year ago)
- Topics: freecodecamp, freecodecamp-project
- Language: Python
- Homepage: https://replit.com/@hawshemi/port-scanner-freecodecamp
- Size: 3.91 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```