Flow
Flow Tips:
Test and debug your code in your Sandbox environment
Play around! This is your development and testing playground. On your sandbox you can debug your flow and stabilize it.
Sandboxenvironment
Deploy your stable release to a separate environment when you're happy with it
Scale out with ease! Create highly available environments with a click of a button. Navigate to the Run section on your sidebar to create, update and delete existing environments.
Environmentsmanagement
Easily access your node documentation and usage information
Read more about your node of choice, its documentation is accessible directly from the canvas. Just press the Info tab located on the canvas bottom bar.
Nodeinformation
Use the debug node to print to the canvas debug tab, console or both
See your flows output by accessing the debug tab located on the bottom bar of the canvas. You are also able to see your container's log by navigating to the console tab right next to it.
Debugyourflow
Some canvas changes require a full deploy
Changes on canvas that will cause creation or deletion of endpoints will trigger a full deploy on your next run request. Node changes that are expected to cause a full deploy will appear as highlighted on your canvas.
Fulldeploy
Confirm
Flow Tips:
Run your environment on distributed geo-located regions
Decide whether to run on a multiple or a single region mode. Control the number of running instances per each environment. Choose the best configuration for your app.
Deployonsingleormultipleregions
Access Logs, KPIs and usage metrics from the environment dashboard
Click on your environment to access important information such as logs, KPIs and metrics. From here you can also view important data such as your container's uptime and status.
Environmentdashboard
Easily communicate with your application via the endpoint of your choice. HTTP, TCP, UDP, Websockets - Everything goes!
After a successful deploy, you will be able to find your endpoints information in your environment dashboard.
Environmentendpoints
Perform advanced actions on your environment
From your environments dashboard you can stop/start your environment or a single region instance. From there you can also control the number of running instances and update the running release of your choice.
Manageyourenvironment
    ATT-Stock-Price-031115-181102
    This flow displays the current AT&T stock price.

README.md

AT&T Stock Price

This flow displays the current AT&T stock price.

What does this flow do?

This flow retrieves various data pertaining to AT&T’s shares on the New York Stock Exchange in real time. It displays the current stock price and also indicates if the stock price is above or below $30 per share.

Principal nodes

  • inject
  • http request
  • html
  • function
  • debug

What do I have to do before using this flow?

N/A

How does this thing work?

  • inject node – Starts the flow.
  • http request node – Retrieves current data from the web pertaining to the AT&T stock; the symbol for the AT&T stock is 'T'.
  • html node – Extracts the stock value from the html.
  • function node - Parses the value from the returned page and checks if it is above $30 per share (two outputs)
  • debug nodes - Prints the two outputs into the debug pane

Some useful things to know

This flow uses the following web link to retrieve the AT&T stock data:

http://finance.yahoo.com/q?s=T

What it looks like

stock value

Terms of Use Privacy Policy Contact Us

© 2019 AT&T Intellectual Property . All rights reserved.

AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or AT&T affiliated companies.

See Details ▸

About

Features News AT&T Developer

Develop

API Documentation Help Forum FAQ