Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 install

Now, 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
```
# References

For 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/)