Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 998 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 998 Bytes

Retrieving Data with HTTP - Ionic 3, Angular 4 and RxJS

Getting data from a remote server is arguably one of the most popular functionalities of any modern application. For example we are using the free API of the cryptocurrency website coinmarketcap.com

Installation:

Make sure you've installed the latest version of the Ionic CLI:

$ sudo npm install -g ionic

Clone or download and access this repo:

$ git clone https://github.com/condacore/ionic3-fetch-data-from-api
$ cd ionic3-fetch-data-from-api

Install node modules:

$ npm install

Test the App in your Browser

$ ionic serve -l

Donate

If you like this work feel free to Donate:

PayPal: https://paypal.me/MariusBolik
Bitcoin: 1KUx75cixop4vHDCxmvhsMaoaqedacQ2ri
Bitcoin Cash: 1AUxCSRckMUARnnGeF6vHWyNzsFPh2YTra
Etereum: 0xc09cf3e5f54e0a3a83568b768257b21b97a0a00e

License

GNU GPLv3 - Copyright 2018 condacore.com