Pokémon and Drupal with Pokéapi
Oct 22, 2015 · 132 words · 1 minute read
I have been working on website (un)official Pokemon fan website and as part of this project we need to create pages with Pokemon data. I found Pokéapi which is a Pokémon RESTful API. Pokéapi have all the data (and even more) that what I need in order to generate my nodes. So, I wrote a module that is going to take data from Pokéapi and generate into nodes. I decide to upload that module into Drupal.org just in case someone was to build another Pokemon website.
Initially, I wrote a Drupal 7 module, but since this is a very simple module I decide to port this module to a Drupal 8 module. The D8 version does not require any extra contrib module thanks to the CMI. Here is the project page: https://www.drupal.org/project/pokeapi
- Get Your Libraries And Breakpoint Information From The UI
- 4 New CKEditor Plugins For Drupal 8
- Light Skeleton Drupal 8 Release
- My Sessions For DrupalCamp Stanford 2016
- Drupal Console SandCamp Sprinting At The Beach
- Dirty Trick To Style Views Fields in Drupal 8
- Drupal 8 Contrib Releases: Bootstrap Layouts, Light Skeleton and Casper
- Rebuilding DarrylNorris.com Using Drupal 8
- Light Skeleton - A Simple Theme (MVP)
- How To Request A Node via REST Using Web Services in Drupal 8