Skip to content

financial-trader/stock-fluctuation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Fluctuation

A stock fluctuation app representing the changes of a company's stock prices over time

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Hover over graph and see the prices reflect the stock prices at that time.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

##CRUD GET /api/graph/:company GET /api/graph/:company POST /api/graph/price ->>> reqq.body = {"stock_id": , "date": , "time":, "price":} POST /api/graph/company ->>> req.body = {"company_name": , "acronym": , "analyst_percent": , "owners": } PUT /api/graph DELETE /api/graph/:company

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.4%
  • CSS 5.2%
  • HTML 1.1%
  • Dockerfile 0.3%