Skip to content

suryamsj/google-scholar-author-article-scrap

Repository files navigation

Google Scholar Author Article Scrap

 

Demo

Google Scholar Author Article Scrap

Github top language Github language count Repository size License Github issues Github forks Github stars


About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Google Schoolar Author profile scrapping.

🚀 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/suryamsj/google-scholar-author-article-scrap

# Access
$ cd google-scholar-author-article-scrap

# Install dependencies
$ npm install

# Run the project
$ npm run dev

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

📝 License

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

Made with ❤️ by Muhammad Surya J

 

Back to top