Skip to content

This is a simple app to integrate with coindeks API and see new views about bitcoin

Notifications You must be signed in to change notification settings

mguardarini/coin-news-ionic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 and Coindesk 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 and watch the tutorial how you configure your development envirment.

Structure of the folders

- 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: