Giter VIP home page Giter VIP logo

games-lib-server's Introduction

Intro

This is the server-side code for my capstone project while at Galvanize. Client-side code can be found here.

screenshot

API

Protected Routes (requries JWT)

/api

Search Giant Bomb for games:

GET /api/search?query=Grand%20Theft%20%Auto

Search Twitch for streams:

GET /api/twitch?q=Grand%20Theft%20%Auto

/games

Retrieve all titles for a given user:

GET /games

Add a new title to a user's library:

POST /games

Update ownership/completion for a title in a user's library:

PUT /games

Delete a title from a user's library:

DELETE /games

/steamImport

Import a single steam game into a user's library:

GET /steamImport/single

Retrieve a list of owned games for a given Steam ID:

GET /steamImport/:id

/wishlist

Retrieve a list of games and their Amazon prices/users for a given user's unowned games:

GET /wishlist/amazon

Unprotected Routes

/authenticate

Signup for an account:

POST /authenticate/signup

Login to an account (returns a JWT):

POST /authenticate/login

/steam

Send client to Steam to authenticate:

GET /steam

Return address for Steam Passport Strategy:

GET /steam/return

games-lib-server's People

Contributors

ryanomackey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.