#javascript api
Explore tagged Tumblr posts
codeonedigest · 2 years ago
Video
youtube
Create Elastic Container Service in AWS | Run Nodejs JavaScript API in E... Full Video Link -             https://youtu.be/SfkHutfNTHYHi, a new #video to create #aws #ecs #elasticcontainerservice #awsecs #setup & run #nodejs #javascript #api in ECS #cluster service published on #codeonedigest #youtube channel.  @java @awscloud @AWSCloudIndia @YouTube @codeonedigest #awsecs #nodejs #dockerimage  #aws #amazonwebservices #cloudcomputing #awscloud #awstutorial #awstraining #awsecs #awsecstutorial #awsecsfargate #awsecsfargatetutorial #awsecsservice #awsecsservicetutorial #elasticcontainerserviceaws #elasticcontainerservice #elasticcontainerservicetutorial #nodejsecs #nodejsapi #nodejsapitutorial #nodejsapiproject #nodejsapidevelopment #javascriptapitutorial #dockerimagecreation #dockercontainer #dockerfiletutorial #ecsaws
1 note · View note
alycesutherland · 2 months ago
Text
Progress:
Okay so the authentication for spotify is hard for me to understand and requires user authentication, then making a token request that while expire in an hour. So i focused on what I did know how to do and what I had access to token wise. The Spotify developer home page has a temporary access token for demos. I took that token and made a function to make get request to the API and two functions for top tracks and top artists. Then made some functions to print them in my terminal. Here is what my end product looked like in the terminal.
Tumblr media Tumblr media
The data for tracks is proving to just show a years worth of listening even though I specified long_term in my get request.
Here is my code:
Tumblr media
I tried just doing track.artist but Spotify handles that as multiple artists so I had to handle them as such.
Next Steps: Tackling the user authentication and token requests and including it in this code.
(Also yes I know that is a concerning amount of My Chemical Romance tracks. I had my MCR phase strike up again with a passion last October and I am still balls deep in it.)
11 notes · View notes
aeolianblues · 5 months ago
Text
you actually think people would just stop working if it wasn't for money? Like I need people to give me problems to solve or I feel my brain getting rusty and I feel myself forgetting things I used to know how to do. Like just for the brain sharpness thing i feel like I'd have some sort of computer science project on the go even if I had all the money in the world to quit work
7 notes · View notes
anndcodes · 2 years ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
03/10/23
i finished shecodes week 5 homework, and now the app we're building has real-time temperature, as well as description of temperature, humidity and wind! you can search the city or you can get temperature of your current location!! this is really cool!
learning about api has being really exciting, so i made a simple page using meow-facts api where you click meow to get facts about cats, you can check the repository and the live page!
really excited to learn more about api!
ps: this sakura chocolate is the cutest thing! i almost didn't eat it 🥺
49 notes · View notes
kaiserouo · 1 year ago
Text
Tumblr media
You can't give me a shell and expect me not to try this
https://terminal.ishtar-collective.net/
(Disclaimer: do not ever do that to any real machine if you do that you're the one to blame)
12 notes · View notes
silverserpent · 1 year ago
Text
I'm going to explode. I had to wake up at six and now I absolutely cannot code. Hlep
6 notes · View notes
vaishaliblogsworld · 9 months ago
Text
Discover the essential skills needed to become a full stack developer, including HTML, CSS, JavaScript, and more. Learn how to master these skills and advance your web development career with practical tips and resources.
2 notes · View notes
night-parade-walk · 1 year ago
Text
Does anyone on tumblr know good software for testing an API call? I remember there being a software where you could make GET requests to an API, and the software would return a JSON, but I don't remember what it was called. Does anyone know?
2 notes · View notes
joons · 2 years ago
Text
nobody asked me but i'm trying to learn how to "output" "json" "files" (i don't know what i'm saying) and i want to do something that feels like it should be simple, but it requires knowing code that i am totally unfamiliar with and i'm just glowering at the screen
5 notes · View notes
rabbivole · 2 years ago
Text
when i tried to auth the roadtrip api keys on my laptop, it just refreshed the page indefinitely. when i try it on my pc now that i’m home i get this
Tumblr media
and it’s not like tumblr support really exists anymore so there’s no real way to get help with it. i’m wondering if my keys are in a weird state after being banned. i remember seeing the screen you’re supposed to see instead in the ~20 minutes before they got me
i... guess i could try making a new tumblr account from scratch, registering a new app, and hoping they don’t obliterate that one on sight? 
it’s really frustrating because like, i have a picture in my head of how i think i want to put this whole system together, and i think i basically know how to do all of it, i just. can’t get the tumblr api to let me use oauth lmao. the keys work for all the key-level endpoints; i can get other people’s posts and shit. but i can’t get an oauth token for any of the stuff that requires it, like posting
3 notes · View notes
techenthuinsights · 9 days ago
Text
0 notes
codeonedigest · 2 years ago
Video
youtube
Create EC2 Instance in AWS | Deploy & Run Nodejs JavaScript API in EC2 S... Full Video Link -            https://youtu.be/Ctq-WBMtnD0Hi, a new #video on #aws #ec2 #vm #setup & run #nodejs #javascript #api in EC2 instance published on #codeonedigest #youtube channel.  @java #java #awscloud @awscloud #aws @AWSCloudIndia #Cloud #CloudComputing @YouTube #youtube #azure #msazure #codeonedigest @codeonedigest  #aws #amazonwebservices #ec2 #awscloud #awstutorial #awstraining #awsec2 #awsec2instance #awsec2instancecreation #awsec2deploymenttutorial #awsec2createinstance #awsec2creation #awsec2instanceconnect #awsec2instancedeployment #awsec2instancecreationstepbystep #awsec2instancecreation2023 #ec2instancecreationinaws #ec2instanceconnect #ec2instancecreationinawslinux #nodejsapiproject #nodejsawsec2 #javascriptapiproject #nodejs
1 note · View note
alycesutherland · 2 months ago
Text
Stuck: JavaScript file
My goal is to just make and API call in a JavaScript file and get the info in my terminal.
For some reason though, my token isn't working. I took a look at the documentation and figured I needed to use the client ID and secret to make a request for an access token. After adding that into my script file I'm still getting a error about needing valid user authentication.
The token I was using before w.as a temporary one in the Spoify dev website. So I can't hardcode that. So trying to figure out the right way to get that token :P
5 notes · View notes
asadmukhtarr · 14 days ago
Text
Building full-stack applications with JavaScript has never been easier, thanks to the MERN Stack (MongoDB, Express.js, React.js, and Node.js). This powerful combination enables developers to build robust, scalable web applications entirely using JavaScript for both front-end and back-end development.
In this guide, we will walk you through the process of building a simple full-stack MERN app. By the end, you’ll have a working application with a React front-end that interacts with a Node.js back-end, using MongoDB for data storage. Let’s dive into the steps!
0 notes
rahulacademy · 16 days ago
Text
AI Automated Testing Course with Venkatesh (Rahul Shetty) Join our AI Automated Testing Course with Venkatesh (Rahul Shetty) and learn how to test software using smart AI tools. This easy-to-follow course helps you save time, find bugs faster, and grow your skills for future tech jobs. To know more about us visit https://rahulshettyacademy.com/
0 notes
qasian-tech-support · 19 days ago
Text
This is a huge gamble, but does anyone on here know how to work with passing JWTokens back and forth inside of HttpOnly cookies between a C# ASP.NET Web Api backend project and an ASP.NET Web MVC (Model-View-Controller) application frontend project (utilizing JavaScript and C#)???? I'm trying to work on a term project for an Advanced Web class, but I think I've blown it slightly out of proportion. I'm following tutorials, but having some difficulty wrapping my head around it.
0 notes