find hyperboria peers via http
Cjdns requires that you manually add peers to your configuration file in order to join a network.
The hyperboria-peers
package contains a geographically sorted list of publically available peers in a JSON data structure.
This server exposes a queryable interface to that data structure, to facillitate automatic configuration of new cjdns nodes.
git clone https://github.com/fc00/peers-api;
cd peers-api;
npm install;
cp config.js.dist config.js;
node server;
# Find peers in North America
curl https://peers.fc00.io/1/location/na