Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vutran/alfred-pokedex
Alfred 3 workflow to lookup information about Pokemon
https://github.com/vutran/alfred-pokedex
alfred pokedex pokemon workflow
Last synced: 3 months ago
JSON representation
Alfred 3 workflow to lookup information about Pokemon
- Host: GitHub
- URL: https://github.com/vutran/alfred-pokedex
- Owner: vutran
- License: mit
- Created: 2016-07-24T23:24:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T17:43:26.000Z (about 8 years ago)
- Last Synced: 2024-07-05T23:27:55.058Z (4 months ago)
- Topics: alfred, pokedex, pokemon, workflow
- Language: JavaScript
- Homepage: http://packal.org/workflow/alfred-pokedex
- Size: 2.88 MB
- Stars: 23
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pokemon - alfred-pokedex - Alfred 3 workflow to lookup information about Pokémon. (Development Projects)
README
# alfred-pokedex
> [Alfred 3](https://www.alfredapp.com) workflow to lookup information about Pokémon.
![](screenshot.gif?raw=true)
## Install
[Install the workflow.](http://www.packal.org/workflow/alfred-pokedex)
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `dex`, Enter, and your query, to search for information about Pokémon.
## Rebuild Data Models
Rebuilds the basic Pokémon list
```bash
$ npm run build-list
```Rebuilds the extended Pokémon Data
```bash
$ npm run build-data
```Rebuilds the Pokémon images
```bash
$ npm run build-images
```## License
MIT © [Vu Tran](http://vu-tran.com)