Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahampriyanshu/gokemon

PokeStats in Golang
https://github.com/ahampriyanshu/gokemon

go golang manifest pokeapi pokemon pwa service-worker tailwind

Last synced: 3 months ago
JSON representation

PokeStats in Golang

Awesome Lists containing this project

README

        

# Gokemon

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://gokemon.herokuapp.com/)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://gokemon.herokuapp.com/)
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://gokemon.herokuapp.com/)
[![size](https://img.shields.io/github/repo-size/ahampriyanshu/gokemon?style=flat-square)](https://gokemon.herokuapp.com/)
[![Website status](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://gokemon.herokuapp.com/)
## PC
![web](https://user-images.githubusercontent.com/54521023/104859229-c35bf380-5949-11eb-8af6-3f877a9a656b.png)

## Mobile
![mobile](https://user-images.githubusercontent.com/54521023/104859228-c1923000-5949-11eb-8a67-8d08b6f75783.png)

## 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.