8000 GitHub - kinifi/Express-LB: A leaderboard for video games made in expressjs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kinifi/Express-LB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Leaderboards - Rest-API

A leaderboard for video games made in expressjs. Pretty simple Rest API for video games that can be used in any engine.

Build Status Dependencies

Deploy

###API

  • /api/players/:count_num - get - returns an array of players
  • /api/player - post - create a player to the database with its score. returns 'success' with player information
  • /api/players/:player_name - get - a single player. returns 'success' with player information
  • /api/player/:player_name/:player_score - put - update a player with new info. returns 'success'
  • /api/player/:player_name - delete - delete a new player. returns 'success'

Everything will return a JSON object.

About

A leaderboard for video games made in expressjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0