Renderhaf / Smaartrader

Currently is a small webapp that does things with the stocks market
http://smaartrader.herokuapp.com
0 stars 0 forks source link

The app could just be used as an API #19

Closed Renderhaf closed 4 years ago

Renderhaf commented 4 years ago

for example, in bash, curl could be used to get stock data easily:

curl -X POST  -d "type=candle&name=GM&time=Y&isMulti=false" http://smaartrader.herokuapp.com/

This could create load on the server if someone decided to do this. The problem could be minimized by adding CSRF prevention