Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hnzycfcfed/device


https://github.com/hnzycfcfed/device

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### 安装
---
##### 通过npm安装:
```
npm i --save @hnzycfcfed/device
```

### 演示
---
```javascript
import device from '@hnzycfcfed/device';

console.log('OS: ', device.os.iOS);
console.log('Browser: ', device.browser);
console.log('Network: ', device.extra.network);

```