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: 15 days ago
JSON representation
cnblogs.com's mobile client powered by react-native
- Host: GitHub
- URL: https://github.com/togayther/react-native-cnblogs
- Owner: togayther
- License: mit
- Created: 2016-04-29T08:12:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T05:35:49.000Z (over 7 years ago)
- Last Synced: 2024-08-03T08:01:03.698Z (10 months ago)
- Topics: android, cnblogs, ios, react-native, redux
- Language: JavaScript
- Homepage: http://www.cnblogs.com/mcmurphy/p/6214836.html
- Size: 2.3 MB
- Stars: 580
- Watchers: 44
- Forks: 212
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 截图



## 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.