Skip to content

Commissioned work for Scott Young Studios: World population based hardware art installation

Notifications You must be signed in to change notification settings

mcgrath-k/minus_one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

world population server

installation

  • install node
  • npm install
  • npm start
  • for great justice, set it to automatically run when your server boots - this kinda sucks though

access from Python

import requests
r = requests.get('http://localhost:3000') # or wherever the server is
r.status_code # 200, or something else if shit broke
r.text # '7,671,361,936' or equivalent, as long as no shit broke

About

Commissioned work for Scott Young Studios: World population based hardware art installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published