Skip to content

webring-plusplus/server-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages