Skip to content

Commit

Permalink
firs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SazumiVicky committed Mar 22, 2024
1 parent 4c5ffc7 commit 8b0b367
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.MD
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)

0 comments on commit 8b0b367

Please sign in to comment.