Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usagizmo/metacheck
Get meta information of multiple URLs at once. It also supports basic authentication.
https://github.com/usagizmo/metacheck
Last synced: 3 days ago
JSON representation
Get meta information of multiple URLs at once. It also supports basic authentication.
- Host: GitHub
- URL: https://github.com/usagizmo/metacheck
- Owner: usagizmo
- License: mit
- Created: 2020-09-11T10:39:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T09:46:55.000Z (about 4 years ago)
- Last Synced: 2024-11-08T04:44:14.316Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metacheck
Get meta information of multiple URLs at once.
It also supports basic authentication.- canonical
- robots
- title
- og:site_name
- og:title
- twitter:title
- description
- og:description
- twitter:description
- og:url
- og:image
- twitter:image
- og:type
- twitter:card
- twitter:site
- twitter:creator## Settings
Set the basic authentication information and request URLs in settings.json
```bash
yarn setup
# => Copy .env.example to .envcat settings.json
# {
# "basicAuth": false,
# "username": "",
# "password": "",
# "urlList": ["https://example.com"]
# }
```## Execute
```bash
yarn start
# => console.log()
# => Save log to logs/{DATE}.txt
```