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

https://github.com/cyio/buzz-bit

一个支持 metaid/SimpleMicroblog 的 PWA 应用 BuzzBit
https://github.com/cyio/buzz-bit

bsv metaid metanet

Last synced: 3 months ago
JSON representation

一个支持 metaid/SimpleMicroblog 的 PWA 应用 BuzzBit

Awesome Lists containing this project

README

        

# buzz-bit

一个支持 metaid/SimpleMicroblog 的 PWA 应用 [BuzzBit](https://buzzbit.vercel.app/)

![image.png](http://ww1.sinaimg.cn/large/4e5d3ea7ly1h3sqebth0oj20lc0gx78v.jpg)

![image.png](http://ww1.sinaimg.cn/large/4e5d3ea7ly1h3sqftscbpj20qb0bptax.jpg)

## 主要特性

- 常规功能:信息流、评论、转发、搜索
- 节省图片上链费用(默认压缩成 webp,平均节省 30%-50% 费用)
- metafile 交易解码
- 上传支持各种文件类型

前置条件:
1. 到 showmoney 获取 clientId、clientSecret
2. `cp private-config.template.json private-config.json`,填入第 1 步拿到的信息

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).