# capacitor-plugin-sina
**Repository Path**: 3433/capacitor-plugin-sina
## Basic Information
- **Project Name**: capacitor-plugin-sina
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-23
- **Last Updated**: 2022-05-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# capacitor-plugin-sina
新浪微博
## Install
```bash
npm install capacitor-plugin-sina
npx cap sync
```
## API
* [`echo(...)`](#echo)
### echo(...)
```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```
| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | { value: string; } |
**Returns:** Promise<{ value: string; }>
--------------------