Showing Post From Tutorial
Using the IP Registry API
Howdy, JavaScript Today readers. This is Goktug Erol, full stack developer & Tech Writer from JavaScript Today. In this article, I’m going to introduce you to the IPRegistry API.
Read moreHow to Detect If Caps Lock is on With JavaScript
One of the most frustrating things to do is enter a wrong password, having to type your email and password for a second time.
Read moreLearn How to Use the Command Line: Command Line Cheat Sheet
Opening file managers. Dragging and dropping files. Right-clicking. These activities are quite annoying. They’re even completely unnecessary. You can control your entire computer without a single mouse click, if you so desire.
Read moreCreate a Node.js Weather App - Get the weather from the command line
In this article, we’ll make a weather app CLI (command-line interface). We’ll use the OpenWeather API, axios, and pure Node.js. So before we get started, head on over to OpenWeather and create an account, you’ll need an API key to continue with the article.
Read moreHiding the Menu on Right-Click with JavaScript
There are a number of reasons someone would want to disable right-clicks on their websites. Most notably, people do it to prevent users from downloading images, or copying text.
Read moreHow to Copy Text to Clipboard with JavaScript
You might have seen some websites that allow you to click a button to copy some contents to the clipboard. You might have wondered how this is accomplished.
Read more