Node.js API bindings and sample code create Gameflip listings for Steam items
To get the API Key and secret, contact Gameflip support. During Beta, API Keys are only being given out to select customers.
git clone https://github.com/gameflip/gfapi.git
cd gfapi
npm install
(Optional) Mac and Linux:
This command converts src/samples/*.js
files into HTML as seen on the documentation website.
npm run-script docs
Mac and Linux:
export GFAPI_KEY=
export GFAPI_SECRET=
node src/samples/search_listing.js
Windows:
SET GFAPI_KEY=
SET GFAPI_SECRET=
node srcsamplessearch_listing.js
npm install 'gameflip/gfapi'