Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bidoubiwa/dead-links-logger
https://github.com/bidoubiwa/dead-links-logger
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bidoubiwa/dead-links-logger
- Owner: bidoubiwa
- Created: 2023-04-05T21:27:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T10:04:54.000Z (over 1 year ago)
- Last Synced: 2024-12-15T12:06:51.317Z (8 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meilisearch docs crawler
very basic crawler to catch dead links.
### Setup
```
npm install
```### Simple usage
```
npm run start
```By running the script like this, the default URL is: `https://meilisearch-staging.vercel.app/docs` and the default `URL` path name is `/docs`.
### Change the starting URL
You can change the starting url and the url path by providing it as arguments when calling the script.
```
npm run start "https://meilisearch.com/docs" "/docs/"
```### Logs
Dead links information are both outputed in the standard output and written in a file named `dead-links.json`