Latest solutions
Responsive Countries API with react.js and tailwind css with dark mode
#react#react-router#tailwind-css#axiosSubmitted over 2 years agoresponsive calculator app using plain html, css and javascript
#vanilla-extractSubmitted over 2 years ago
Latest comments
- @Segnities@Asfer-dev
The ISP information is in the following format in the data object:
"as": { "name": "xyz", ... }
You can access it in your component like this:
data.as.name
Hope it works.
I couldn't get my map to work properly for some reason. It sets to the user's location when the user loads the website, but I can't get it to work for any other IP Addresses that the user enters.
Great work tho!