Getting data from known Steam API.
npm install steam-fetch-api
import SteamFetchAPI from 'steam-fetch-api';
const steam = new SteamFetchAPI;
const getAllGames = async () => {
const games = await steam.getAllGames();
}
steam.getAllGames()
steam.getStrictByName(name: string)
steam.getListByName(name: string)
steam.getListByStartName(name: string)
steam.getGameDetails(appid: number)
Max length limit not includes html tags.
steam.getGameDetails(appid: number, [newsCount: number, maxLength: number])
- This package I created mostly for me. But I'm looking forward to continue develop it and improve both code and documentation;
- Steam API is not documented officially, so there poor list of endpoints that collected community. Feel free share to share it with me by creating issue;
- Currently I didn't faced request limits to Steam;
👤 Peter Kulazhenko
- Github: @peterculazh
- LinkedIn: @peterculazh
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator