Skip to content

carloskotacho/swui

Repository files navigation


Build Status

Objective

Consuming external API swapi.

Deploy

Deploy

Releases

Showcase

swui_gif

Build

# Clone this repository
$ git clone https://github.com/carloskotacho/swui.git

# Go into the repository
$ cd swui

# Build
$ npm install

# Run the app
$ ng serve

Usage

Navigate to:

URL Description
http://localhost:4200/films The URL root for Film resources
http://localhost:4200/people The URL root for People resources
http://localhost:4200/planets The URL root for Planet resources
http://localhost:4200/species The URL root for Species resources
http://localhost:4200/starships The URL root for Starships resources
http://localhost:4200/vehicles The URL root for Vehicles resources

Libs

Contributing

0 1 2 3 4 5 6 7

License

SWUI is under the MIT license. See the LICENSE for more information.