Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pierremtb/ionic-swapi

Ionic 4 and Angular 8 test application, implementing part of The Star Wars API.
https://github.com/pierremtb/ionic-swapi

angular8 ionic4 swapi-api typescript

Last synced: 16 days ago
JSON representation

Ionic 4 and Angular 8 test application, implementing part of The Star Wars API.

Awesome Lists containing this project

README

        

# Ionic SWAPI

![Home](https://raw.githubusercontent.com/pierremtb/ionic-swapi/master/screenshots/home.png)
![Film](https://raw.githubusercontent.com/pierremtb/ionic-swapi/master/screenshots/film.png)

## Setting up
```console
$ git clone https://github.com/pierremtb/ionic-swapi
$ cd ionic-swapi
$ npm install
```

## Running (web)
```console
$ ionic serve
```

## Running (iOS)
```console
$ npm build --prod
$ ionic cap sync ios
$ ionic cap open ios
** Run on simulator or device in XCode **
```

## License
MIT License

Copyright (c) 2019 Pierre Jacquier