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

https://github.com/mayashavin/pokeapi-graphql

GraphQL API server written for Pokemon API - based on PokeAPI
https://github.com/mayashavin/pokeapi-graphql

Last synced: about 1 year ago
JSON representation

GraphQL API server written for Pokemon API - based on PokeAPI

Awesome Lists containing this project

README

          

# Pokedeck GraphQL API Server

![Version](https://img.shields.io/badge/version-0.0.1-green)
![License](https://img.shields.io/github/license/mayashavin/pokeapi-graphql)
![Fork](https://img.shields.io/github/forks/mayashavin/pokeapi-graphql)
![Follow me](https://img.shields.io/twitter/follow/mayashavin?style=social)

This is GraphQL API server written for Pokemon DB (Pokedeck). It is built on top of the current REST API version 2 of [Poke API](https://pokeapi.co/docs/v2.html), with more organized and additional information besides the default data received from the original API.

## Getting started

1.Install dependencies

```bash
npm install
```

2.Run dev server

```bash
npm run serve
```

3.Navigate to `localhost:8080/graphql` for the playground and start experiment

![Pokedeck API Playground](https://res.cloudinary.com/mayashavin/image/upload/q_auto,f_auto/v1589437585/pokedeck_graphql)

## Maintainer

[Maya Shavin](https://mayashavin.com)

## Credits

Lots of thanks to the team in [Poke API](https://pokeapi.co/) for creating and maintaining the DB and RESTful API as single source of truth for all information about Pokemons.

You can check out their [Github](https://github.com/PokeAPI/pokeapi/) for more information.