live deep space network API 📡
npm install
npm run api
🟠using the post method to get the data
POST / HTTP/1.1
Host: localhost:3001
Content-Type: application/json
Content-Length: 30
{
"request": "station"
}
POST / HTTP/1.1
Host: localhost:3001
Content-Type: application/json
Content-Length: 30
{
"request": "dish"
}
POST / HTTP/1.1
Host: localhost:3001
Content-Type: application/json
Content-Length: 30
{
"request": "all"
}