Skip to content

AntonBryansky/srapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srapi - simple speedrun.com API

Installation

npm install srapi

About

This is NodeJS module for speedrun.com API v1. Features:

  • Synchronous. Based on sync-request
  • Simple. Addapted to get simple representation of data from site.

ToDo

  • Asynchronous version
  • Search game and users
  • Optimization (too slow):
    • List of games and platforms loads only once
    • Search games and platforms in internal base using string-similarity
    • Increase stability by try-catch
    • Something else...
  • Parsing chat commands
    • Word record
    • Search users
    • Search games
    • Get user PBs
    • GOOSE!!!
    • About
  • Logs
  • Add examples

Usage

const srapi = require('srapi')
var API = srapi();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •