A personal spider work
Go to file
2023-03-28 15:03:52 +08:00
app update readme and license 2023-03-28 15:03:52 +08:00
spider redo 2022-03-21 16:25:32 +08:00
.gitignore update readme and license 2023-03-28 15:03:52 +08:00
LICENSE update readme and license 2023-03-28 15:03:52 +08:00
main.py redo 2022-03-21 16:25:32 +08:00
README.md update readme and license 2023-03-28 15:03:52 +08:00

Spiwork

 

Spiwork

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

Features

✔️ Feature 1;
✔️ Feature 2;
✔️ Feature 3;

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/spiwork

# Access
$ cd spiwork

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by {{YOUR_NAME}}

 

Back to top