Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkosi-tauro/go-pokedex


https://github.com/nkosi-tauro/go-pokedex

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


Go Pokedex

 

Go Pokedex


Github top language

Github language count

Repository size

License



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

A Pokedex REPL built with [Golang](https://go.dev/) and the [PokeAPI](https://pokeapi.co/)

## :sparkles: Features ##

:heavy_check_mark: View Maps (With Pagination);\
:heavy_check_mark: View Program Menus;\

## :rocket: Technologies ##

The following tools were used in this project:

- [Golang](https://go.dev/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Go](https://go.dev/dl/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/go-pokedex

# Access
$ cd go-pokedex

# Build and Run project (Windows)
$ go build && start go-pokedex

# Build and Run project (Linux/Mac)
$ go build && ./go-pokedex

# The program will initialize in a terminal
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Nkosilathi Tauro

 

Back to top