nList

The Network List


Curl with nlist.dk

  • Add file as text
  • curl -d @your-file.txt nlist.dk

  • Add some text to nList
  • curl nlist.dk -d "Hello world2"
  • echo "Hello world1" | curl -d @- nlist.dk

  • List all items
  • curl nlist.dk

  • Get item by postion
  • curl nlist.dk/0-9

  • Delete item by postion
  • curl -X DELETE nlist.dk/0-9