Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)