BoxLang 🚀 A New JVM Dynamic Language Learn More...
This is an extension for Preside to import Star Wars data from http://swapi.co.
In detail the extension includes the following:
Install the extension to your application via either of the methods detailed below (Git submodule / CommandBox) and then enable the extension by opening up the Preside developer console and entering:
extension enable preside-ext-starwars
reload all
From the root of your application, type the following command:
git submodule add https://bitbucket.org/jjannek/preside-ext-starwars.git application/extensions/preside-ext-starwars
From the root of your application, type the following command:
box install preside-ext-starwars
This extension would not be possible without the excellent http://swapi.co. The lookup table for the wookie translation is also based on their work. See https://github.com/phalt/swapi for details.
Feel free to fork and pull request. Any other feedback is also welcome - preferable on the PresideCMS slack channel.
$
box install preside-ext-starwars