Skip to content

etucker/pong-pal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong-pal

Track your Ping Pong games with your pals.

To run

bin/www

To view on the web

http://localhost:3000

Using the API

Get page of matches: http://localhost:3000/api/matches

Post new match result: curl -H "Content-Type: application/json" -d '{"player1":"etucker","player2":"jcstamm","player1Score":11,"player2Score":6}' http://localhost:3000/api/matches

About

Playing around with node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published