Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mguardarini/coin-news-ionic
This is a simple app to integrate with coindeks API and see new views about bitcoin
https://github.com/mguardarini/coin-news-ionic
bitcoin bitcoin-api coindesk coindesk-api ionic ionic-android ionic-applications ionic-apps ionic-cordova ionic-framework ionic-native ionic2-examples ionic3 ionicframework ionicons learning-by-doing news-api newsapi test-framework typescript
Last synced: about 1 month ago
JSON representation
This is a simple app to integrate with coindeks API and see new views about bitcoin
- Host: GitHub
- URL: https://github.com/mguardarini/coin-news-ionic
- Owner: mguardarini
- Created: 2018-06-17T02:19:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T20:48:27.000Z (over 6 years ago)
- Last Synced: 2024-10-21T00:32:14.634Z (2 months ago)
- Topics: bitcoin, bitcoin-api, coindesk, coindesk-api, ionic, ionic-android, ionic-applications, ionic-apps, ionic-cordova, ionic-framework, ionic-native, ionic2-examples, ionic3, ionicframework, ionicons, learning-by-doing, news-api, newsapi, test-framework, typescript
- Language: TypeScript
- Homepage: https://www.linkedin.com/in/mauro-guardarini-233312ab
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin News
The coin news is an open source app to test ionic framework.
This app is so easy to use and follow about bitcoin news around the world.
The idea about the app is to merge two different API's [NewsAPI](https://newsapi.org/) and [Coindesk API](https://www.coindesk.com/api/).
# Getting Started
First of all, we need to clone this repository and install modules. If you love git like me, please clone the repository with this command: git clone https://github.com/mguardarini/ionic-app-.git
If you don't familiarize with git, isn't a problem only done download of this repository.
Next step installs all the libraries we need to run the app.
> If you using npm:
In the folder of the project run the command below:
* npm install> if you using yarn:
in the folder of the project run the command below:
* yarn installNow, go to folder of the project and run the command:
* ionic serve
If you don't know ionic, please, go to [site](https://ionicframework.com/docs/intro/installation/) and watch the tutorial how you configure your development envirment.
# Structure of the folders
```sh
- src/
- app/ *Global dependences and config
- assets/ *images and icons
- pages/ *All pages of the project
- login/
- bitcoin/
- home/
- menu/
- tabs/
- tutorial/
- app_images
- login.png
- news.png
- bitcoin.png
```
# ReferencesFor this project i used some API's and tutorials the link are below:
* [News API](https://newsapi.org/)
* [Coindesk API](https://www.coindesk.com/api/)
* [Ionic Framework](https://ionicframework.com/docs/components)
* [Images and Icons](https://www.iconfinder.com/icons/532805/bitcoin_british_dollar_euro_exchange_pound_rate_icon)
* [Upload images](https://pt-br.imgbb.com/)