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
- Host: GitHub
- URL: https://github.com/errec/star-wars-list
- Owner: Errec
- Created: 2017-08-05T00:10:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T11:51:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T06:41:45.973Z (over 1 year ago)
- Language: JavaScript
- Size: 698 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)