Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding Css for web development

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?

 

Best Answer
6 REPLIES 6

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

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer

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?

 

Best Answer
0 Votes

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.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes

Okayy. Hopefully someone can reply. 

Best Answer
0 Votes

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.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

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? 

Best Answer