Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucaperret/alfred-now
Alfred 3 workflow to use ▲ZEIT now
https://github.com/lucaperret/alfred-now
alfred alfred3-workflow alfy javascript nodejs zeit
Last synced: about 2 months ago
JSON representation
Alfred 3 workflow to use ▲ZEIT now
- Host: GitHub
- URL: https://github.com/lucaperret/alfred-now
- Owner: lucaperret
- License: mit
- Created: 2018-02-10T12:38:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T07:14:52.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T21:44:33.500Z (about 2 months ago)
- Topics: alfred, alfred3-workflow, alfy, javascript, nodejs, zeit
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-now
> Use [▲ZEIT now](https://zeit.co/now) within Alfred
## Install
```
$ npm install --global alfred-now
```*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Configuration
### Generate Now token
1. Go to your [Now tokens](https://zeit.co/account/tokens).
2. Under **Authorized Apps**, type a token name on the input **Create a new token by entering its name...** and press Enter.
3. Find your token name in the above list.
4. Click **copy**.### Register environment variables through Alfred
1. Open Alfred Preferences.
2. Go to the Workflows tab.
3. Select **now**.
4. Open the variables panel by clicking the `Configure workflow and variables` [+] button on the right.
5. Fill the values
- `token` : Previously copied Now token
6. Save## Usage
In Alfred, type `now`, and select a command.
You can filter result by adding your query after the command.
Press Cmd to show additionnal information.
## License
MIT © [lucaperret](http://github.com/lucaperret)