Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pierremtb/ionic-swapi
- Owner: pierremtb
- License: mit
- Created: 2019-10-26T11:06:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:05:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:18:04.872Z (7 months ago)
- Topics: angular8, ionic4, swapi-api, typescript
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 LicenseCopyright (c) 2019 Pierre Jacquier