https://github.com/ahampriyanshu/gokemon
PokeStats in Golang
https://github.com/ahampriyanshu/gokemon
go golang manifest pokeapi pokemon pwa service-worker tailwind
Last synced: 9 months ago
JSON representation
PokeStats in Golang
- Host: GitHub
- URL: https://github.com/ahampriyanshu/gokemon
- Owner: ahampriyanshu
- Archived: true
- Created: 2020-02-22T18:03:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T16:14:50.000Z (over 5 years ago)
- Last Synced: 2025-02-26T03:35:40.107Z (over 1 year ago)
- Topics: go, golang, manifest, pokeapi, pokemon, pwa, service-worker, tailwind
- Language: HTML
- Homepage: https://gokemon.herokuapp.com/
- Size: 21.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gokemon
[](https://gokemon.herokuapp.com/)
[](https://gokemon.herokuapp.com/)
[](https://gokemon.herokuapp.com/)
[](https://gokemon.herokuapp.com/)
[](https://gokemon.herokuapp.com/)
## PC

## Mobile

## Setup
```bash
git clone https://github.com/ahampriyanshu/gokemon.git && cd gokemon
go build && ./gokemon
```
* For deployment on heroku, click [here](https://devcenter.heroku.com/articles/getting-started-with-go)
## Dependencies
| Dependency | Version |
| --- | --- |
| Go | 1.15 |
| Tailwind | 2.0 |
| PokeAPI | 2.0 |
## Special thanks to
* [mtslzr](https://github.com/mtslzr) for [this](https://github.com/mtslzr/pokeapi-go) awesome wrapper for PokeAPI2 written in Go.
* [PokeAPI](https://pokeapi.co) all the Pokémon data you'll ever need in one place, easily accessible through a modern RESTful API.
* [FlatIcon](http://www.flaticon.com/free-icon/sushi_187463#term=sushi&page=1&position=68) for all the wonderfull svg and png icons.
* [Heroku](https://heroku.com) for hosting this project.