All Projects → ShanaMaid → Oho Reader

ShanaMaid / Oho Reader

Licence: mit
【停止维护】哦豁阅读器!API源自追书神器,免费使用!填坑完成!使用react

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Oho Reader

Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+414.54%)
Mutual labels:  reader, ebook, book
Buka
Buka is a modern software that helps you manage your ebook at ease.
Stars: ✭ 896 (+56.92%)
Mutual labels:  reader, book, ebook
Owllook
owllook-小说搜索引擎
Stars: ✭ 2,163 (+278.81%)
Mutual labels:  reader, book
Zhuishushenqi
追书神器Swift版客户端(非官方)。 不断更新中......
Stars: ✭ 196 (-65.67%)
Mutual labels:  reader, book
eBookReaderNX
A Nintendo Switch eBook Reader
Stars: ✭ 15 (-97.37%)
Mutual labels:  ebook, reader
Reader
📕一款在任阅基础上改进的网络小说阅读器,采用Kt编写,支持听书,仿真翻页,插页图片等。欢迎 star or fork!
Stars: ✭ 94 (-83.54%)
Mutual labels:  reader, book
Novelreader
仿照"任阅"的追书、看书的小说阅读器。重写"任阅"的代码,优化代码逻辑和代码结构,降低内存使用率。重写小说阅读器,支持网络阅读、本地阅读(支持分章,虚拟分章)。支持仿真翻页、上下滚动翻页等翻页效果。支持小说断点续传功能。优化用户使用体验。
Stars: ✭ 1,325 (+132.05%)
Mutual labels:  reader, book
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+970.58%)
Mutual labels:  ebook, reader
Friendbook
📕 "友书" 小说阅读app
Stars: ✭ 275 (-51.84%)
Mutual labels:  reader, book
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+959.54%)
Mutual labels:  book, ebook
You Dont Know Js
📗📒 (PT-Br translation) JS Book Series.
Stars: ✭ 3,683 (+545.01%)
Mutual labels:  book, ebook
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+113.31%)
Mutual labels:  reader, ebook
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+1557.97%)
Mutual labels:  reader, ebook
Stpageflip
Simple library for creating realistic page turning effects
Stars: ✭ 146 (-74.43%)
Mutual labels:  reader, book
Simplereader
参考"任阅" 网络小说阅读器,一款ReactNative小说阅读器
Stars: ✭ 351 (-38.53%)
Mutual labels:  reader, book
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (-90.89%)
Mutual labels:  ebook, reader
The Elmish Book
A practical guide to building modern and reliable web applications in F# from first principles
Stars: ✭ 231 (-59.54%)
Mutual labels:  book, spa
Regex For Regular Folk
🔍💪 Regular Expressions for Regular Folk — A visual, example-based introduction to RegEx [BETA]
Stars: ✭ 242 (-57.62%)
Mutual labels:  book, ebook
bookery
Manage all your ebooks and send them to your reader
Stars: ✭ 35 (-93.87%)
Mutual labels:  ebook, reader
Materialhome
一个基于 Material Design 风格设计的图书展示类App,豆瓣图书,在线电子书。
Stars: ✭ 331 (-42.03%)
Mutual labels:  book, ebook

oho-reader

哦豁阅读器!API源自追书神器,免费使用!目前已初步开发完成!

实现追书神器核心功能,做到小说阅读的极简体验,把每一分流量都用到刀刃上!

Github项目地址:https://github.com/ShanaMaid/oho-reader

欢迎issueprstar or follow!我将继续开源更多有趣的项目

推荐一个之前用Vue全家桶写的 网易云音乐PC端 web版本

在线版

http://119.29.159.156:3001/

部分效果截图

3 6

更多效果gif图

oho阅读器优势

oho阅读器 追书神器
收费 免费 部分章节免费,其余收费
广告 绿色无广告 定时刷广告
体积 4MB 16.2MB
章节大小 每章5kb左右 掺杂广告,大于5kb

oho阅读器初次打开时候加载比较慢,一部分原因是服务器带宽较小,另一部分是因为初次需要下载700kb左右的文件,建议初次下载在wifi下进行。初次下载后oho阅读器会自动进行缓存,以后每次打开页面基本是秒开,消耗流量约在1KB不到。

初次打开消耗流量约在700kb左右

初次打开消耗流量约在700kb左右

后续打开消耗流量约在1kb不到

后续打开消耗流量约在1kb不到

同时oho器抛弃所有与小说阅读无关的信息,真正做到极简!保证每一分流量都用到小说内容的阅读上,真正做到每章内容加载所用的流量集中在小说章节内容上,视章节字数而定,一般在5kb左右。

每章流量消耗

每章流量消耗

使用

git clone https://github.com/ShanaMaid/oho-reader.git

cd oho-reader

npm install 

# 开发环境
npm run serve
访问 http://localhost:8080/

# 打包
npm run dist

# 实际环境
cd dist
node app.js
访问 http://localhost:3001/

Docker: 方便在Docker下部署 Docker-file

感谢@esme518提供

实现功能

  • [x] 小说搜索
  • [x] 小说详情
  • [x] 小说换源
  • [x] 小说阅读
  • [x] 小说分享
  • [x] 阅读字体大小变化
  • [x] 阅读背景色变化
  • [x] 阅读设置本地缓存
  • [x] 阅读进度本地缓存
  • [x] 搜索历史本地缓存
  • [x] 小说章节缓存(100章)-智能删除已阅读章节

每次进入首页自动刷新最新章节列表

目录结构

|
|—— api 追书神器API说明 
|—— cfg webpack配置
|—— dist 服务端
| |—— app.js 服务端启动入口文件
| |—— assets 打包后的资源文件
| |—— static 静态资源
| |__ index.html 网页入口
|
|——src 资源文件
| |—— images 图片资源
| |—— components 组件库
| |—— method  一些自定义方法,目前是过滤器
| |—— filters 自定义过滤器
| |—— redux 
| | |—— action
| | |—— reducer
| | |__ store
| |—— router 路由管理
| |—— styles 样式文件
| |__ index.jsx 入口
|_________________________________________________

一些注意事项

项目中使用追书神器的接口,需要使用http-proxy-middleware进行转发,开发环境下需要在cfg/base.js中的dev中添加下列配置即可

proxy: {
  '/api': {
    target: 'http://api.zhuishushenqi.com/',
    pathRewrite: {'^/api' : '/'},
    changeOrigin: true
  },
  '/chapter': {
    target: 'http://chapter2.zhuishushenqi.com/',
    pathRewrite: {'^/chapter' : '/chapter'},
    changeOrigin: true
  }
}

实际环境中,服务器端配置

var express = require('express');
var proxy = require('http-proxy-middleware');

var app = express();
app.use('/static', express.static('static'));
app.use('/assets', express.static('assets'));
app.use('/api', proxy({
  target: 'http://api.zhuishushenqi.com/',
  pathRewrite: {'^/api' : '/'}, 
  changeOrigin: true
}
));

app.use('/chapter', proxy({
  target: 'http://chapter2.zhuishushenqi.com/',
  pathRewrite: {'^/chapter' : '/chapter'},
  changeOrigin: true
}
));

app.get('/*', function (req, res) {
  res.sendFile(__dirname + '/index.html');
});
app.listen(3001);

支持

BUG提交请发送邮箱: [email protected]

欢迎issueprstar or follow!我将继续开源更多有趣的项目

你可以在这里打赏我

你的支持将有助于项目维护以及提高用户体验,感谢各位的支持!

特别鸣谢

感谢@hieixu对本项目的长期跟进,提出了许多issue改进用户体验以及打赏支持

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].