0.0.9 • Published 7 years ago

srapi v0.0.9

Weekly downloads
27
License
MIT
Repository
github
Last release
7 years ago

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();
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago