Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/ping-urls
🏓 Ping URLs by batch.
https://github.com/rimiti/ping-urls
cache crawler ping prerender prerendering seo
Last synced: 14 days ago
JSON representation
🏓 Ping URLs by batch.
- Host: GitHub
- URL: https://github.com/rimiti/ping-urls
- Owner: rimiti
- License: mit
- Created: 2021-09-09T17:56:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T09:31:04.000Z (about 1 year ago)
- Last Synced: 2024-11-07T16:12:13.734Z (2 months ago)
- Topics: cache, crawler, ping, prerender, prerendering, seo
- Language: JavaScript
- Homepage: https://dimsolution.com
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ping-urls
[![PRs Welcome][prs-badge]][prs]
Ping URLs by batch.
# Install
```bash
$ yarn
```## How to use it ?
1. Update `urls` file with your URL list
2. Run `yarn start`## Example
```bash
$ yarn start
🤖 - Start processing
✅ - https://www.dimsolutio.com/hello-world-1
✅ - https://www.dimsolutio.com/hello-world-2
✅ - https://www.dimsolutio.com/hello-world-3
👏 - All URLs have been called.
```## Note
By default, concurrency is set at 15 requests in parallel. You easily can increase or decreased this value.## License
MIT © [Dimitri DO BAIRRO](https://dimsolution.com)[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com