Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alainakafkes/tabwords
Chrome extension that displays a random word from Other-Wordly on each new tab using Tumblr API
https://github.com/alainakafkes/tabwords
chrome-extension javascript linguistics python tumblr-api words
Last synced: 3 days ago
JSON representation
Chrome extension that displays a random word from Other-Wordly on each new tab using Tumblr API
- Host: GitHub
- URL: https://github.com/alainakafkes/tabwords
- Owner: alainakafkes
- Created: 2017-07-05T19:29:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T04:18:16.000Z (over 7 years ago)
- Last Synced: 2024-11-16T00:08:07.523Z (about 2 months ago)
- Topics: chrome-extension, javascript, linguistics, python, tumblr-api, words
- Language: Python
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tabwords
tabwords is a Chrome extension that displays a randomly chosen word from Other-Wordly - a logophile's treasure trove of obscure words - on each new tab. Check out the [demo](https://twitter.com/alainakafkes/status/882699871446343683).
## How I Built tabwords
1. Compiled list of image URLs from all Other-Wordly posts using the Tumblr API via ```main.py```.
2. Pulled random image URL from list in ```main.js```, and displayed it in ```index.html```.
3. Set up Chrome extension framework in ```manifest.json```.
4. Created icons using Canva.