Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dairefinn/geforce-now-searcher
- Owner: dairefinn
- Created: 2021-12-25T15:02:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T15:13:49.000Z (about 3 years ago)
- Last Synced: 2024-11-24T01:56:30.121Z (2 months ago)
- Topics: geforce-now, nvidia-geforce, steam, steam-api
- Language: TypeScript
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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