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 🚀
- Host: GitHub
- URL: https://github.com/jsnomad/ionic-cryptocurrency
- Owner: jsnomad
- License: gpl-3.0
- Created: 2018-01-27T15:18:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T14:33:14.000Z (about 8 years ago)
- Last Synced: 2025-04-01T15:09:56.081Z (about 1 year ago)
- Topics: android, coinmarketcap, cryptocurrency, es6, ionic, ios, typescript
- Language: TypeScript
- Homepage:
- Size: 14 MB
- Stars: 22
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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