An open API service indexing awesome lists of open source software.

https://github.com/xjh22222228/info-web


https://github.com/xjh22222228/info-web

Last synced: 2 months ago
JSON representation

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)