Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/togayther/react-native-cnblogs

cnblogs.com's mobile client powered by react-native
https://github.com/togayther/react-native-cnblogs

android cnblogs ios react-native redux

Last synced: about 2 months ago
JSON representation

cnblogs.com's mobile client powered by react-native

Awesome Lists containing this project

README

        

## 由于博客园官方近期正在对其授权接口进行安全验证方面的重构,以防范openapi被暴力攻击的风险,所以暂时关闭了登录接口。目前本项目暂时无法登录(接口返回:{"error":"unauthorized_client"})。请大家谅解。代码仅供参考。

## introduction 简介

This is based on the react-native implementation of the cnblogs.com's mobile client for both android and ios. if you have any comments or suggestions, welcome feedback.

基于 react-native 实现的博客园移动客户端,兼容android和ios。如果您有任何问题或者建议,欢迎留言反馈,作者会第一时间进行回复,谢谢!

## screenshot 截图

![home page ](https://github.com/togayther/react-native-cnblogs/raw/master/screenshot/1.png)

![index page ](https://github.com/togayther/react-native-cnblogs/raw/master/screenshot/2.png)

![profile page ](https://github.com/togayther/react-native-cnblogs/raw/master/screenshot/3.png)

## download 下载
### android
#### download link:
http://fir.im/togayther

### ios
#### appstore link:
https://itunes.apple.com/cn/app/bo-ke-yuan-she-qu/id1176047767?l=zh&ls=1&mt=8

## how to run 本地运行
note: if you behind GFW, strongly recommend that you work with vpn.

提示:如果你处于全球最大的局域网,强烈建议你购买一个vpn。

* config your react-native environment: https://facebook.github.io/react-native/docs/getting-started.html
* git clone https://github.com/togayther/react-native-cnblogs.git
* npm install
* react-native link
* connect physical device or turn on the emulator
* react-native run-android/run-ios
* good luck and enjoy

注意:
因为本软件涉及到基于oauth的登录授权,故本地运行还需要向博客园申请 clientId、clientSecret、rsa加密公钥等授权信息。否则运行后无法登录进入首页。

应博客园官方团队要求,该软件开源时未公开已取得的授权信息。非常抱歉。

授权信息申请方式:

对于个人开发者,需要提供以下信息:
真实姓名、手机号码、常用邮箱、相关app介绍。
然后邮件发送至: [email protected]

授权信息配置文件:source/config/index.js => authData

## License 授权协议
This project is available under the MIT license.