Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
A web-based network terminal that lets you make HTTP requests, DNS lookups, and more — all from your browser.
| Command | Description |
|---|---|
fetch <url> | GET request, show response |
post <url> [json] | POST with optional JSON body |
head <url> | Show response headers |
status <url> | Show HTTP status code |
dns <domain> | DNS lookup |
ping <url> | Check if URL is reachable |
ip | Show public IP |
time | Current UTC time |
base64e / base64d | Base64 encode/decode |
urlencode / urldecode | URL encode/decode |
echo <text> | Echo text |
clear | Clear screen |
help | Show help |