{"id":49443936,"url":"https://github.com/pradipchaudhary/view-increaser","last_synced_at":"2026-04-29T21:10:25.079Z","repository":{"id":349496529,"uuid":"847524617","full_name":"pradipchaudhary/view-increaser","owner":"pradipchaudhary","description":"A lightweight web tool that simulates user hits to increase URL views by opening and closing the link at regular intervals.","archived":false,"fork":false,"pushed_at":"2026-04-06T07:09:37.000Z","size":5695,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-06T09:29:43.453Z","etag":null,"topics":["ejs","ejs-template-engine","fullstack","mvc-pattern","nodejs","view-increaser"],"latest_commit_sha":null,"homepage":"https://view-increaser.onrender.com/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pradipchaudhary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-26T03:04:21.000Z","updated_at":"2026-04-06T07:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pradipchaudhary/view-increaser","commit_stats":null,"previous_names":["pradipchaudhary/view-increaser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pradipchaudhary/view-increaser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipchaudhary%2Fview-increaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipchaudhary%2Fview-increaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipchaudhary%2Fview-increaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipchaudhary%2Fview-increaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradipchaudhary","download_url":"https://codeload.github.com/pradipchaudhary/view-increaser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipchaudhary%2Fview-increaser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ejs","ejs-template-engine","fullstack","mvc-pattern","nodejs","view-increaser"],"created_at":"2026-04-29T21:10:24.330Z","updated_at":"2026-04-29T21:10:25.072Z","avatar_url":"https://github.com/pradipchaudhary.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟[View Increaser](https://view-increaser.onrender.com/)\n\n[![GitHub issues](https://img.shields.io/github/issues/pradipchaudhary/view-increaser)](https://github.com/pradipchaudhary/view-increaser/issues)\n[![GitHub forks](https://img.shields.io/github/forks/pradipchaudhary/view-increaser)](https://github.com/pradipchaudhary/view-increaser/network)\n[![GitHub stars](https://img.shields.io/github/stars/pradipchaudhary/view-increaser)](https://github.com/pradipchaudhary/view-increaser/stargazers)\n[![GitHub license](https://img.shields.io/github/license/pradipchaudhary/view-increaser)](https://github.com/pradipchaudhary/view-increaser/blob/main/LICENSE)\n\nA simple web-based tool that automatically increases the views on a given URL at regular intervals by simulating real user hits. The tool opens the specified URL in a new tab, holds it open for 10 seconds, and then closes the tab, repeating the process every 5 seconds.\n\n## ✨ Key Features\n\n-   🔁 **Auto Hits Every 15 Seconds**: Boost URL views effortlessly.\n-   🔢 **Live Hit Counter**: Track how many times the URL is visited.\n-   ⏲️ **Countdown Timer**: See when the next hit will happen.\n-   🛑 **Start/Stop**: Dynamically control the process with a single click.\n-   📐 **MVC Architecture**: Clean, scalable codebase.\n\n## 🌍 Demo\n\nCheck out the [Live Demo](https://view-increaser.onrender.com) to see **View Increaser** in action! 🔥\n\n[![Demo GIF](demo.gif)](https://view-increaser.onrender.com/)\n\n## 💡 How to Use\n\n1. **Enter URL** → 2. **Start** → 3. **Watch the hits increase!**\n\nStop anytime, and the hit counter resets.\n\n## 🛠️ Tech Stack\n\n-   **Node.js**, **Express.js**, **EJS** for the backend.\n-   **HTML/CSS** for the frontend.\n-   **MVC Architecture** for maintainability.\n\n## 🚀 How It Works\n\n-   The application simulates a real user visit by opening the given URL in a new tab and keeping it open for 15 seconds.\n-   After each visit, the hit counter is updated, and the process repeats every 15 seconds.\n-   You can stop the process at any time, and the hit counter, URL, and countdown timer are reset.\n\n## 🌟 Future Enhancements\n\n-   🔐 **User Authentication**: Allow users to log in and track their URLs.\n-   🌐 **Multiple URL Support**: Increase views for multiple URLs simultaneously.\n-   ⏲️ **Custom Time Intervals**: Allow users to set custom intervals between hits.\n-   📊 **Advanced Analytics**: Provide detailed statistics and metrics for each URL.\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\n1. Fork the project.\n2. Create your feature branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n**Author**: [Pradip Chaudhary](https://github.com/pradipchaudhary)\n\nFeel free to contribute, give feedback, or raise issues. Enjoy increasing those views!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradipchaudhary%2Fview-increaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradipchaudhary%2Fview-increaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradipchaudhary%2Fview-increaser/lists"}