Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hawshemi/port-scanner-freecodecamp
- Owner: hawshemi
- Created: 2023-09-19T07:04:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T09:29:05.000Z (about 1 year ago)
- Last Synced: 2023-09-19T12:18:27.685Z (about 1 year ago)
- Topics: freecodecamp, freecodecamp-project
- Language: Python
- Homepage: https://replit.com/@hawshemi/port-scanner-freecodecamp
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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
```