Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkosi-tauro/go-pokedex
https://github.com/nkosi-tauro/go-pokedex
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkosi-tauro/go-pokedex
- Owner: nkosi-tauro
- License: mit
- Created: 2024-06-18T14:18:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:14:58.000Z (6 months ago)
- Last Synced: 2024-07-15T07:57:29.536Z (5 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Go Pokedex
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