Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryelle/random-pokemon-cli
A silly little script that pulls down a random pokemon.
https://github.com/ryelle/random-pokemon-cli
Last synced: about 1 month ago
JSON representation
A silly little script that pulls down a random pokemon.
- Host: GitHub
- URL: https://github.com/ryelle/random-pokemon-cli
- Owner: ryelle
- Created: 2016-07-10T02:32:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T02:44:28.000Z (over 8 years ago)
- Last Synced: 2024-10-09T23:21:00.816Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Random Pokemon CLI
==================You were definitely missing the ability to get a random pokemon name & description via command line. Now you're not!
If you're really into this, you can install it yourself! Follow me…
1. Get the files: clone the project or [download the zip](https://github.com/ryelle/random-pokemon-cli/archive/master.zip).
2. `npm install` to get the few dependencies
3. `npm run pokemon` to run it. (you can also just run `node index.js` but I like the custom script name)It'll tell you to have patience, since the API isn't the fastest thing, then you'll have a pokemon!
```
Fetching a pokemon…
============================================================
Vulpix
------------------------------------------------------------
Inside Vulpix’s body burns a flame that never goes out.
During the daytime, when the temperatures rise, this
Pokémon releases flames from its mouth to prevent its body
from growing too hot.
============================================================
```