Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Ansontheprogrammer/finviz-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finviz Application Server

This finviz application server allows for the saving of stock lists for retrieval later. The stock data is retrieved using the finviz npm package and then saved to a database using mongo / mongoose.

The application currently has 3 endpoints:

/api/getUser/:email

This route is to obtain a user's information via the user's email. The route will respond with an user object containing the information
If an user is not found the route will return a 404 error

/api/getStockList/:email/:name

This route is to obtain a specific stock list via the user's email, and name. The route will respond with an array containing stock data
If an user is not found the route will return a 404 error

/api/startUserFlow

This route requires an email and name of the portfolio included in the body of the request.
Then the route will create a new user if an user is not found within the database.
Finally add the stock list to the user's record

About

Webscraper used to scrape finviz and other financial websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published