Skip to content

Fork of the pokeapi-data repo, added a Pokdex app powered by Gatsby.js

License

Notifications You must be signed in to change notification settings

dsanch3z/pokeapi-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Fork

This project is a fork of https://github.com/PokeAPI/api-data, it contains all the Pokeapi JSON files and a gatsby folder containing the static site and additional data and assets generated using custom scripts and gatsby plugins.

PokéAPI data

CircleCI

This repository contains:

  • data/api: a static copy of the JSON data produced by PokeAPI
  • data/schema: a static copy of the PokeAPI schema generated from the above data
  • updater: a Ditto based bot that runs in docker and updates the data stored in this repo
  • gatsby a folder containing the Gatsby project to create a static site to display all this data. It was created in this fork.

Usage

If you'd like to use the JSON for your own purposes, you can apply your own base URL using Ditto:

ditto transform --base-url='https://pokeapi.co'

Updater bot

You can manually update the data if necessary. See the updater bot. You can run the bot in docker, or read and adapt its update script yourself.

About

Fork of the pokeapi-data repo, added a Pokdex app powered by Gatsby.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • TypeScript 8.9%
  • Other 1.0%