Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravse/soundlessdumb.com
Make your sentences sound smarter. Little silly React tool to make your sentences more impressive..
https://github.com/kravse/soundlessdumb.com
Last synced: 8 days ago
JSON representation
Make your sentences sound smarter. Little silly React tool to make your sentences more impressive..
- Host: GitHub
- URL: https://github.com/kravse/soundlessdumb.com
- Owner: kravse
- Created: 2019-10-18T19:54:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T09:50:09.000Z (over 3 years ago)
- Last Synced: 2024-10-08T13:25:54.219Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.99 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
In the project directory, you can run: `npm start`, `npm test` or `npm run build`
Back Story:
This is a nonsensical experiment I used to explore React, Python and the Merriam-Webster API. Initially this project relied on the Merriam-Webster API, but since the API limits requests to 1000 lookups per day, I migrated it to use chunked thesaurus files. I used python to create the chunks by modifying a very large JSON thesaurus I found online. The file I started with was (16MB). I removed all words where `word.length < 9 && word.length > 3`. Then I cycled through the synonyms and discarded all but the longest synonym for each word. Finally I chunked the files into unique js files `a.js, b.js ..` ..etc. WebPack chunks these files and loads them as necessary, so that users only pull up the data they need.
The results are still ridiculous, but hey... it's more about the process than the result right? ...right?
![Screenshot](/src/images/screenshot.jpg)