Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahul1582/stock-market-app-using-node
A Stock Market app using Node JS
https://github.com/rahul1582/stock-market-app-using-node
market nodejs stock
Last synced: 12 days ago
JSON representation
A Stock Market app using Node JS
- Host: GitHub
- URL: https://github.com/rahul1582/stock-market-app-using-node
- Owner: Rahul1582
- License: apache-2.0
- Created: 2019-12-31T07:34:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:50:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:52:30.675Z (over 1 year ago)
- Topics: market, nodejs, stock
- Language: HTML
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock-Market-App-using-Node
This is a Stock Market app developed using Node.js, Express and Javascript.
## Usage
The use of this app is to keep track on the stock market i.e keeping track on different companies such as facebook, google etc.
This provides the information such as current price, previous close, change percent, market cap, YTD change, Week 52 High, Week 52 Low and many more of different companies..### Getting Started
The Handlebars library is another template engine. It inherits from Mustache and, for the most part, is compatible with Mustache’s syntax. However, Handlebars adds more features (i.e., a superset).
Unlike Jade, by design, Handlebars was made so that developers can’t write a lot of JavaScript logic inside the templates. This helps to keep templates lean and related strictly to the representation of the data (no business logic).
Another drastic difference between Jade and Handlebars is that the latter requires full HTML code (<,>, and soon), and for this reason it could care less about whitespace and indentation.
A Handlebars expression is {{ some content }}
Here we are using IEX Cloud API Key.These instructions will get you a copy of the project up and running on your local machine for development and testing purposes:
### Prerequisites
```
You need to have installed Node.js in your System.
```
### Node Modules Used
```
Express,Express handlebars,request and body-parser..
```
### Dependencies
```
Use npm install to download all the dependencies..
```### To Run
```
nodemon stock.js
```Code is Running on
+ http://localhost:5000/:heart_eyes: Thanks
### Screenshot
### Author
```
Rahul Kumar Patro