Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)