https://github.com/kjbrum/alfred-unsplash-source
Alfred 3 workflow to generate embed URLs for Unsplash photos.
https://github.com/kjbrum/alfred-unsplash-source
Last synced: 20 days ago
JSON representation
Alfred 3 workflow to generate embed URLs for Unsplash photos.
- Host: GitHub
- URL: https://github.com/kjbrum/alfred-unsplash-source
- Owner: kjbrum
- License: mit
- Created: 2018-02-27T02:39:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T03:20:45.000Z (about 7 years ago)
- Last Synced: 2025-03-13T16:29:28.292Z (about 1 month ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred Unsplash Source
> [Alfred 3](https://www.alfredapp.com/) workflow to generate embed URLs for Unsplash photos.
## Install
```
$ npm install -g alfred-unsplash-source
```> __Note:__ Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).
## Usage
In Alfred, type `splash`, Enter, and the size of photo you need (WIDTHxHEIGHT).
## Credits
- [Alfy](https://github.com/sindresorhus/alfy)
- [Unsplash](https://unsplash.com)
- [Unsplash Source](https://source.unsplash.com)## TODO
- Update documentation
- Daily option
- Weekly option
- Look into using JS wrapper (https://github.com/unsplash/unsplash-source-js)## License
MIT © [Kyle Brumm](http://kylebrumm.com)