https://github.com/pranavj1001/cryptocurrencies
An electron app to view info about different cryptocurrencies.
https://github.com/pranavj1001/cryptocurrencies
electron javascript
Last synced: about 2 months ago
JSON representation
An electron app to view info about different cryptocurrencies.
- Host: GitHub
- URL: https://github.com/pranavj1001/cryptocurrencies
- Owner: pranavj1001
- License: mit
- Created: 2017-12-17T12:35:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T16:45:05.000Z (over 8 years ago)
- Last Synced: 2025-03-28T18:50:59.662Z (about 1 year ago)
- Topics: electron, javascript
- Language: JavaScript
- Homepage:
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptocurrencies
An electron app to view info about different cryptocurrencies.
Hey there,
This is an electron application. It shows you information about different cryptocurrencies out there.
It gathers information from [**crypto compare**](https://www.cryptocompare.com/api/) api.
It also shows clean line graphs of historical values of cryptocurrencies wrt INR (Indian Rupee), USD (United States Dollar) and EUR (Euro) using **chart.js**
## What is Electron js?
Electron enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs.
For more info [click here](https://electronjs.org)
## Working
## Features
1. View information of several cryptocurrencies
2. View their current values in different currencies
3. View their past values in different currencies with the help of line graphs
4. Select different line graphs according to currencies
5. Clean and responsive UI
## To get started
1. Download or clone this repo
2. Make sure you have node.js
3. cd to your project folder
4. Run this command to install all the dependencies
```npm install```
6. Run this command to startup the app
```npm run electron```
**Note**: The above mentioned guide has been tried and tested on mac. However, the same guide should also work on windows machines.
## Queries
email me at pranavj1001@gmail.com
## License
MIT License