Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 296 Bytes
# Produce a list of links
$ echo 'blakehawkins.com
richardlupton.com' > links.list

# Generate webring++ file
$ ./generate.sh

# Test in a local server
$ ./test.sh &
$ curl localhost:8000/webring++.json
{
  "version": 1,
  "links": [
    "blakehawkins.com",
    "richardlupton.com"
  ]
}