{"id":16027401,"url":"https://github.com/andrewda/node-steam-level","last_synced_at":"2026-05-12T20:11:24.738Z","repository":{"id":57370545,"uuid":"92624873","full_name":"andrewda/node-steam-level","owner":"andrewda","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-27T21:39:37.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T19:39:36.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-27T21:24:44.000Z","updated_at":"2018-12-19T18:36:21.000Z","dependencies_parsed_at":"2022-08-29T18:30:43.699Z","dependency_job_id":null,"html_url":"https://github.com/andrewda/node-steam-level","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fnode-steam-level","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fnode-steam-level/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fnode-steam-level/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewda%2Fnode-steam-level/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewda","download_url":"https://codeload.github.com/andrewda/node-steam-level/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766677,"owners_count":19854114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T20:21:21.077Z","updated_at":"2026-05-12T20:11:19.670Z","avatar_url":"https://github.com/andrewda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Level Calculator\n\nThis is a simple and super light weight library which can calculate the\nrequired XP to level up and can calculate the total amount of XP given a level.\n\n[Reference table](http://steamcommunity.com/sharedfiles/filedetails/?id=722062281)\n\n## Installation\n\n```bash\n$ npm install steam-level\n```\n\n## Usage\n\n```js\nconst SteamLevel = require('steam-level');\n\n// Calculate the total XP given a Steam Level\nconsole.log(SteamLevel.getTotalXpFromLevel(72));\n\n// Calculate the total amount XP required to rank up from a specific level\n// For example, this would return the XP required to rank up from 72 to 73\nconsole.log(SteamLevel.getRequiredXpFromLevel(72));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewda%2Fnode-steam-level","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewda%2Fnode-steam-level","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewda%2Fnode-steam-level/lists"}