Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 290 Bytes

fetch-user-uri

fetch user info from the Uri online judge

Install

npm install fetch-user-uri

Usage

var fetchUser = require('fetch-user-uri');

var id = '79091'
fetchUser(, function (user) {
  // do things
});