Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Prototyping Tool with Network Request / API Call / socket.io

New Here ,
Jun 13, 2022 Jun 13, 2022

I am trying to find the right / best tool for the below use case:

I want to make a simple prototype with a tool that checks a website for some text. When this text changes, a corresponding image on the screen also changes.

For example:

  • Assuming I have 2 assets in the library "apple.png" and "orange.png" & I can control a website that displays the names of the fruits.
  • The prototype app first checks the website - it finds the text: "apple" -> Now the prototype reads this text and displays "apple.png"
  • I then manually change the website to show the text "orange" -> Since the prototype checks the website every second or at some "X" frequency, and it now displays from its assets "orange.png"


Any suggestions on how to make this? Can it be done?

 
Hence, I need the following features:
  • Rest API / Socket.io / Network Request / Web Scraping
  • Image display manipulation based on the result of above point
253
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 15, 2022 Jun 15, 2022

Most design tools will not have the ability to allow this type of interaction to occur. You are going to have to code the prototype up in a traditional manner. You can use XD to design it, assist in generating the assets that you will need, but in the end you are going to be coding the layout and functionality outside of XD.

Translate
Community Expert ,
Jun 15, 2022 Jun 15, 2022
LATEST

Most design tools will not have the ability to allow this type of interaction to occur. You are going to have to code the prototype up in a traditional manner. You can use XD to design it, assist in generating the assets that you will need, but in the end you are going to be coding the layout and functionality outside of XD.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines