Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dairefinn/geforce-now-searcher

Better searching of all the games available on NVidia GeForce NOW based on a person's steam library contents
https://github.com/dairefinn/geforce-now-searcher

geforce-now nvidia-geforce steam steam-api

Last synced: 10 days ago
JSON representation

Better searching of all the games available on NVidia GeForce NOW based on a person's steam library contents

Awesome Lists containing this project

README

        

# GeforceNowSearcher

## Overview
The searching on the Geforce Now website sucks so I threw this together to see what games I have that are available to stream.

No loading states or anything yet so give it a sec to update the games list once you put a url in.

## Requirements
You need a steam API key to use this. Haven't configured an env file or anything yet so stick it at the top of `steam.controller.ts`.
You need to be using a vanity URL on steam. Set it from edit profile.

## Running it
1. Run `npm run start` in the *backend* folder
2. Run `npm run start` in the *geforce-now-searcher* folder