An open API service indexing awesome lists of open source software.

https://github.com/errec/star-wars-list

Star Wars catalogue using https://swapi.co/ API
https://github.com/errec/star-wars-list

Last synced: about 1 year ago
JSON representation

Star Wars catalogue using https://swapi.co/ API

Awesome Lists containing this project

README

          

# Star Wars List

A catalogue of all the characters in Star Wars history using the SWAPI The Star Wars API

www.starwarslist.surge.sh

## Source API

https://swapi.co/

## Build with

* HTML: Pug preprocessor
* CSS: SASS preprocessor - CSS reset from HTML5BP, Normalizer
* JS Code: Javascript vanilla ES5 (Client side only) - promises, filter, regex, ajax, modular pattern
* Task runner: Gulp
* Boiler plate: I'm using [mine](https://github.com/Errec/pug-sass-boilerplate-starter-kit), a modified version from HTML5BP for Pug
* Debug: Chrome DevTools
* Tests: Chrome, Firefox, Chrome Mobile
* OS: Linux( Mint, shell Zsh)
* Text editor: Sublime 3
* Version Control: Git
* Host: free hosting at surge.sh

## Running and building the project

Follow my boilerplate/starter-kit [instructions](https://github.com/Errec/pug-sass-boilerplate-starter-kit)