05-18-2022 00:46
05-18-2022 00:46
Hi,
I am currently developing a mobile and web application using this fitbit web API. Once a successfully get the data from the Fitbit Application, can we add CSS to the data to show nicely on bot mobile and web app?
05-20-2022 11:46
05-20-2022 11:46
Hi @Divyakona
After you have extracted the data from the Web APIs, you can add CSS to make it show nicely inside your application.
Gordon
05-20-2022 11:51
05-20-2022 11:51
Oh okay. I'm facing another trouble actually. For now using js i fetched the data into debug console. But i have no idea on how to fetch it back to post it on my web app actually. Can I use postman to fetch data from debug console to firebase then post to web?
05-20-2022 11:56
05-20-2022 11:56
You can use Postman to fetch data through the Web APIs. Your scenario sounds a little more specific. Let's see if someone from the community can help you.
05-20-2022 12:16
05-20-2022 12:16
Okayy. Hopefully someone can reply.
05-20-2022 13:09
05-20-2022 13:09
I'm a bit rusty on Web API stuff, but I think you get JSON objects as responses. Presumably you're already reading those in JavaScript.
Your web app will probably need to display output using HTML and CSS. You'll need to use JavaScript to extract the relevant data from the response JSON object and put it into your HTML DOM.
05-22-2022 05:52
05-22-2022 05:52
Yeah u are write. But is it possible to fetch() then post to firebase so that I can allow only certain users to open the data and view from HTML?