Open/Install My clockface Fitbit mobile app here [My Clockface - Fitbit app] go to Settings
! Enjoy playing with text + emojis, take some motivation :
Some | Examples |
---|
// author : https://github.com/eaccmk | |
// created : sep-2021 | |
function mySettings(props) { | |
return ( | |
<Page> | |
<Section | |
title={ | |
<Text bold align="center"> | |
Demo Settings |
{ | |
"info": { | |
"_postman_id": "c23935f1-3640-45fd-adf2-0e342084262e", | |
"name": "Base64", | |
"description": "Some Interesting ause cases of Postman for making Day to Day live easier", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "Base64__EN-CODING", |
const base64EncodedString = "YWJjZDEyMzQ=" ; // abcd1234 | |
console.log("INPUT >> ",base64EncodedString," <<"); | |
if(!base64EncodedString.length > 0) { | |
pm.test("FAIL ", () => {throw new Error(" 'base64EncodedString' can not be empty !!")}); | |
}else{ | |
try{ | |
var wordArray = CryptoJS.enc.Base64.parse(base64EncodedString); | |
var decodedString = CryptoJS.enc.Utf8.stringify(wordArray); | |
console.log("OUTPUT >> ",decodedString," <<"); |
{"latitude":-33.8688,"longitude":151.2093,"timezone":"Australia/Sydney","currently":{"time":1584326846,"summary":"Mostly Cloudy","icon":"wind","precipIntensity":0.6398,"precipProbability":0.21,"precipType":"rain","temperature":20.88,"apparentTemperature":20.88,"dewPoint":15,"humidity":0.69,"pressure":1025.3,"windSpeed":6.88,"windGust":8.6,"windBearing":157,"cloudCover":0.78,"uvIndex":5,"visibility":16.093,"ozone":276.6},"offset":11} |