https://github.com/rileyjshaw/pride-and-prejudice
  
  
    :blue_book: Pride and Prejudice in its entirety, sorted by the visual weight of its characters. 
    https://github.com/rileyjshaw/pride-and-prejudice
  
        Last synced: 24 days ago 
        JSON representation
    
:blue_book: Pride and Prejudice in its entirety, sorted by the visual weight of its characters.
- Host: GitHub
 - URL: https://github.com/rileyjshaw/pride-and-prejudice
 - Owner: rileyjshaw
 - Created: 2015-12-12T07:04:26.000Z (almost 10 years ago)
 - Default Branch: gh-pages
 - Last Pushed: 2016-09-13T19:07:11.000Z (about 9 years ago)
 - Last Synced: 2025-03-27T01:48:26.507Z (7 months ago)
 - Language: JavaScript
 - Homepage: http://rileyjshaw.com/pride-and-prejudice
 - Size: 52.7 KB
 - Stars: 0
 - Watchers: 2
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          Pride and Prejudice in its entirety, sorted by the visual weight of its characters. The weight calculation could use some work.
_Update:_ Looks like GitHub has a README length limit, so I'm hosting it [here](http://rileyjshaw.com/pride-and-prejudice) instead.
Constructed with text from [Project Gutenberg](https://www.gutenberg.org/ebooks/1342).
To add your own text:
```
git clone https://github.com/rileyjshaw/pride-and-prejudice.git
cd pride-and-prejudice
# Put a plain text file in this directory, then:
node deconstruct.js 
open index.html
```
To hack on the code:
```
git clone https://github.com/rileyjshaw/pride-and-prejudice.git
cd pride-and-prejudice
npm i
# Hack on the files within src/, then:
npm run build
```
License is MIT.