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

https://github.com/jsnomad/ionic-cryptocurrency

Ionic cryptocurrency tracker 🚀
https://github.com/jsnomad/ionic-cryptocurrency

android coinmarketcap cryptocurrency es6 ionic ios typescript

Last synced: about 1 year ago
JSON representation

Ionic cryptocurrency tracker 🚀

Awesome Lists containing this project

README

          

# Ionic Cryptocurrency



## Getting Started

### Prerequisites

Install Ionic

```
npm install -g cordova ionic
```

Install dependencies

```
npm install
```

### Run the app

Dev :

```
npm run ionic:serve
```

### Build

iOS :

```
npm run build:ios
```

Android :

```
npm run build:android
```

## Built With

* [Ionic](https://github.com/ionic-team/ionic) - Hybrid mobile app framework
* [CoinMarketCap API](https://coinmarketcap.com/api/) - Cryptocurrency Market Capitalizations
* [Cryptocurrency Icons](https://github.com/cjdowner/cryptocurrency-icons) - A set of icons for all the main cryptocurrencies

## Inspiration

* [wesharehoodies](https://github.com/wesharehoodies/react-native-redux-crypto-tracker) - react-native-redux-crypto-tracker

## License

This project is licensed under the GNU GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details