Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = http.get("http://download.finance.yahoo.com/d/quotes.csv?s=GOOG,YHOO,MSFT,IBM,AAPL,ADBE,FB&f=nsl1t1d1c1p2c4&e=.csv")
- s= p.readAll()
- mon = peripheral.wrap("back")
- mon.setTextScale(1)
- mon.clear()
- mon.setCursorPos(1,2)
- mon.write(" +===============================================================+ \n")
- mon.write(" |Stock Viewer by xuma202 (c) 2012 (updates every 5 minutes)| \n")
- mon.write(" |SYMBOL| NAME| | \n")
- mon.write(" +===============================================================+ \n")
Advertisement
Add Comment
Please, Sign In to add comment