Search results

  1. Bill's PC, a new way to design Pokemon teams [BETA]

    Hello everyone, I'm very excited to announce something I've been working on for six months now: "Bill's PC". Check it out here. It's a new teambuilding app with lots of tools to help you design your team. There are three major sections: 1. Planner Search Pokemon by different criteria. Below...
  2. Technical projects and copyright

    I'm currently working on an app for Pokemon, and I have a few questions about copyright issues. I'll ask general questions so that others who are working on apps can benefit from the answers as well. How should you declare a copyright? Do you just say something like 'All [sprites, Pokemon...
  3. poke-gql: a new Pokemon API

    I'm very excited to announce the completion of two projects I've been working on the past couple months: 1. A MySQL database containing a bunch of Pokemon data (e.g. abilities, moves, Pokemon) and relationships between them. 2. A GraphQL API for querying the data in this database. First let me...
  4. How do I serve Pokemon sprites through an API

    I'm learning about writing APIs, and to do that I'm trying to write my own Pokemon GraphQL API. I want it to be able to serve an extensive collection of Pokemon sprites, and I'm trying to find a good way to go about it. I intend to use a MySQL database to hold all the data and serve as the...
Top