This project is not covered by Drupal’s security advisory policy.
Introduction
This module will import data from Pokéapi and generate nodes base on that data. This project is going to ship with several module here is what each module does. Currently we are not supporting abilities and types because this will required to an entity reference with each Pokemon.
pokemon_content_type
This module will import a content type with all the fields that pokeapi_pokemon will import. This content type will contain some of the data from the Pokemon: Pokemon Evolution Level, National ID, Attack, Defense, Speed, Height, Weight, National ID, Exp and HP.
pokeapi_pokemon
* This module will loop the data from Pokéapi to make it avaliable into the fields for the pokemon content type.
Requirements for D7
This module requires the following modules:
* Entity Api (https://drupal.org/project/entity)
* Ctools (https://www.drupal.org/project/ctools)
* Features (https://www.drupal.org/project/features)
* Strongarm (https://www.drupal.org/project/strongarm)
Requirements for D8
This module requires the following modules:
* Drupal 8 Core
Installation
Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.
Configuration
Just install the module and this will automatic will import the data.
D8 RC2
Enable the pokemon_content_type wait until import the Pokemon content type and then enable the pokeapi_pokemon and this will import generate nodes base on the fields in the content type. For some reason if you enable both modules at the same time it will not import the data.
Roadmap
#2595549: Pokemon Abilities
#2595551: Pokemon Type
#2595553: Entity Reference - Abilities, Type and Evolution
Maintainers
* Darryl Norris (https://www.drupal.org/u/darol100)
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Created by darol100 on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.



