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

https://github.com/jgcarrillo/angular-crypto-api

Basic example of a cryptocurrency app with Angular and Netlify
https://github.com/jgcarrillo/angular-crypto-api

angular api cryptocurrency

Last synced: 2 months ago
JSON representation

Basic example of a cryptocurrency app with Angular and Netlify

Awesome Lists containing this project

README

          

# Cryptocurrency API Example 💰💰

This is a basic pet project for using a cryptocurrency API with Angular and Netlify. I know there are some mistakes like not using strict mode (I'm currently learning Angular) or variable names, but I just wanted to learn the way to deploy on Netlify and a basic usage of the framework. There are also some errors related with the language, because sometimes I use Spanish and in other cases I use English.

## 🎨 Features

- Basic use of the services to call the **CoinGecko API.**
- Implement basic routing.
- Basic filter by pattern.
- Specific filter for favourite coins so you can add some coins into your wallet and then you can remove them and also see more details.

## 🔨 Future improvements

- Use strict mode.
- Better nomenclature of variables.
- Implement more filters by price of something like that.

## 🚀 Netlify Deploy

For a future use it is simply to deploy an Angular web to Netlify. You just need to create a **Github repository** and then authorize Netlify to connect to it. You just need to change the **Build command:** to `ng build --prod` and the **Publish directory:** to `the name of the folder for your Angular project locally`.

To know that you can run `ng build --prod` and check the folder Angular has created. The publish directory will be `dist/{your-angular-folder-name}`.

## 💛 Contact

If you have some doubts or need to ask something about the project, feel free to reach me here:

- Twitter: [https://twitter.com/jgcarrillo](https://twitter.com/jgcarrillo_)
- LinkedIn: [https://es.linkedin.com/in/jgcarrilloweb](https://es.linkedin.com/in/jgcarrilloweb)
- Website: [https://jgcarrillo.com/](https://jgcarrillo.com/)