https://github.com/xjh22222228/info-web
https://github.com/xjh22222228/info-web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xjh22222228/info-web
- Owner: xjh22222228
- License: mit
- Created: 2024-06-27T13:12:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T05:48:30.000Z (8 months ago)
- Last Synced: 2024-10-02T20:45:59.794Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
抓取网站信息
## 使用
```bash
$ npm i info-web
or
$ yarn add info-web
or
$ pnpm add info-web
```#### view
#### js
```js
import getInfoWeb from 'info-web';const { iconUrl, title, description, status, errorMsg } = await getInfoWeb('https://example.com', axiosConfig)
```## License
[LICENSE](./LICENSE)