Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techmsi/speedreader
A speed reader app for any loaded text.
https://github.com/techmsi/speedreader
Last synced: about 1 month ago
JSON representation
A speed reader app for any loaded text.
- Host: GitHub
- URL: https://github.com/techmsi/speedreader
- Owner: techmsi
- License: mit
- Created: 2016-02-12T15:42:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T15:53:34.000Z (almost 9 years ago)
- Last Synced: 2024-04-09T22:58:16.620Z (9 months ago)
- Language: HTML
- Size: 262 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# speedreader
A speed reader app for any loaded text.
## Overview
Speed reading is any of several techniques used to improve one's ability to read
quickly.## Dev
```
$ npm install
```### Run (in development mode)
```
$ npm start
```### Build
```
$ npm run build
```###### Specific build commands
- Build for Mac Store: `$ npm run build-osx-store`
- Build OS X: `$ npm run build-osx`
- Build Linux: `$ npm run build-linux`
- Build Windows: `$ npm run build-windows`
- Build all: `$ brew install wine` and `$ npm run build` *(OS X only)*Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
### Screenshots
![](media/screenshot.png)
## License
MIT © [techmsi](http://techmsi.github.io)