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
- Host: GitHub
- URL: https://github.com/ashley0143/graphql-pokemon-node
- Owner: ashley0143
- License: gpl-3.0
- Created: 2022-01-29T13:46:45.000Z (about 4 years ago)
- Default Branch: esm
- Last Pushed: 2024-01-14T00:07:48.000Z (about 2 years ago)
- Last Synced: 2024-11-10T03:42:06.930Z (over 1 year ago)
- Topics: esm, esmodule, npm, pokemon
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/graphql-pokemon-node
- Size: 35.2 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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")
```
