SWAPI-Database is a personal project that gathers information from The Star Wars API "SWAPI" that is world's first quanitified and programmatically-accessible data source for all the data from the Star Wars canon universe!
The goal is to make the information easily accessible using a manageable UI. You can see the demo HERE
The project is made with the following technologies:
- HTML5
- SCSS
- Vue.js
You'll need to have Gulp installed. If you already have Gulp installed, you can skip the following line. To install gulp simply run the following line in your terminal:
-
npm install -g gulp -
Run
npm-install.cmdto install dev dependencies. On mac fire up terminal and typenpm installuse sudo if needed.
During development mode, run the default task so you'll have watchers and browser sync.
- Run
start-beast.cmdto set fire on this beast!
Contributions are welcome!