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

https://github.com/ashley0143/graphql-pokemon-node

an node wrapper for https://github.com/favware/graphql-pokemon
https://github.com/ashley0143/graphql-pokemon-node

esm esmodule npm pokemon

Last synced: 7 months ago
JSON representation

an node wrapper for https://github.com/favware/graphql-pokemon

Awesome Lists containing this project

README

          

ArchAngel

# GraphQL-Pokemon-Node

**A node wrapper for GraphQL-Pokemon !**


# Installation
via npm:
```js
npm install graphql-pokemon-node
```
# Usage
```js
import get from "graphql-pokemon-node";

var options = ["num","sprite","species"]

get("dragonite",options")
```