Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/vahaponur/repl-pokedex

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/vahaponur/repl-pokedex

  • v0.0.0-20230821093652-6eba1c660b7c
  • Source
  • Go
  • Socket score

Version published
Created
Source

REPL Pokedex

This is a REPL app that uses Pokeapi (https://pokeapi.co) It helps you explore the Pokemon World

Installation

This is a public repo. You can clone it. gh repo clone vahaponur/repl-pokedex

Running

In your CLI, while you are at in your clone

go build && ./repl-pokedex

Usage

"help"  will help you with commands
"map" will get the next location area (next 20 after each call)
"mapb" will get previous 20 location area (this effects the "map" call)
"explore <area_name>" will get the pokemons in that area, you can learn area names with "map" or "mapb"
EXAMPLE USAGE
"explore canalave-city-area" will get all the pokemons in canavale city area
"catch <pokemon_name>" Throws a Pokeball to given pokemon, success rate depens on base experience (Higher is harder)
"inspect <pokemon_name>" Inspects a pokemon if it is on the Pokedex
"pokedex" : Shows the name of pokemons on your pokedex
"exit" will stop the program

FAQs

Package last updated on 21 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc