forked from goldsrc/cloudflare-scanner
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,7 @@ | ||
# Cloudflare Clean ip scanner | ||
# kScanner | ||
## Cloudflare Clean ip scanner | ||
|
||
--- | ||
## Acknowledgements | ||
|
||
This project is based on the work of [vfarid](https://github.com/vfarid/cf-ip-scanner) | ||
|
||
## Usage | ||
|
||
You can find the latest deployment here: [https://cloudflare-scanner.vercel.app/](https://cloudflare-scanner.vercel.app/) | ||
|
||
## Development | ||
|
||
### Requirements | ||
|
||
- Node.js 18+ | ||
- npm 8+ | ||
|
||
### Installation of dependencies | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
### Running the app in development mode | ||
|
||
```bash | ||
npm dev | ||
``` | ||
|
||
### Building the app for production | ||
|
||
```bash | ||
npm build | ||
``` | ||
|
||
### Running the app in production mode | ||
|
||
```bash | ||
npm start | ||
``` | ||
|
||
## License | ||
|
||
[MIT](LICENSE) | ||
|
||
## Author | ||
|
||
[![Twitter Follow](https://img.shields.io/twitter/follow/mamadbeheshti?style=social)](https://twitter.com/mamadbeheshti) | ||
|
||
[![GitHub Follow](https://img.shields.io/github/followers/goldsrc?style=social)](https://github.com/goldsrc) | ||
This project is based on the work of [vfarid](https://github.com/vfarid/cf-ip-scanner) & [goldsrc](https://github.com/goldsrc/cloudflare-scanner) |