Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

99
Views
Using JavaScript or html to pull live data(cryptocurrency statistics from another site)

I'm a beginner to coding and I'm creating a site on educating teens on cryptocurrency where I would like to have a page consisting of live data of different currencies using only javascript and html(css if needed to). Seen a lot on fetch api, etc, but really not sure on how to do it.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

You want to look for Jquery library for JS, HTML and CSS will not be enough to do api calls, JS will do that for you,

Having timer set to x amount to call the api and feed the html with data.

about 4 years ago · Juan Pablo Isaza Report

0

In JavaScript, to fetch data from a website, you can use the Fetch API.

This is an example that fetches data from this GitHub page.

fetch('https://api.github.com/zen')
.then(resp => resp.text())
.then(text => console.log(text));

If the response is in JSON, you can use resp.json() instead of resp.text() to parse it into a JavaScript object.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!