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 and Coindesk API.
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 and watch the tutorial how you configure your development envirment.
- 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
For this project i used some API's and tutorials the link are below: