-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
4c5ffc7
commit 8b0b367
Showing
1 changed file
with
40 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Sazumi Proxy is a simple web proxy project that allows users to access a list of proxies from various countries easily. | ||
|
||
## Description | ||
|
||
This project utilizes Express.js as the backend server to handle HTTP requests and Axios to make HTTP requests to the proxy list provider website. Cheerio is used to parse HTML and extract the necessary information from the web page. | ||
|
||
## Features | ||
|
||
- Retrieve proxy lists based on country and proxy type. | ||
- Display proxy lists in JSON format. | ||
- Simple HTML interface for user interaction. | ||
|
||
## Installation | ||
|
||
1. Make sure you have Node.js and npm installed on your computer. | ||
2. Clone this repository to your computer. | ||
3. Open a terminal, navigate to the project directory, and run the command `npm install` to install all dependencies. | ||
|
||
## Usage | ||
|
||
1. Run the server by executing the command `npm start`. | ||
2. Open a browser and access `http://localhost:8080`. | ||
3. Follow the links to get the desired proxy list. | ||
4. You can also use the `/my-proxy` API to retrieve proxy lists programmatically. | ||
|
||
## Contribution | ||
|
||
Contributions in the form of pull requests are always welcome. Be sure to discuss the changes you wish to make before creating a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information. | ||
|
||
## Contact | ||
|
||
For inquiries or feedback, feel free to contact me via: | ||
|
||
- Instagram: [@moe.sazumiviki](https://www.instagram.com/moe.sazumiviki) | ||
- GitHub: [sazumivicky](https://github.com/sazumivicky) | ||
- Website: [sazumi.moe](https://sazumi.moe) |