0.3.0 • Published 8 years ago

spagiapi v0.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

spagiapi

An API for accessing data on the Spaggiari registro elettronico site

Usage

This API can login into the site and retrive the user data

var spagiapi = require("spagiapi");

spagiapi.login(username, password, function(data) {
        console.log(data);
});

This returns an object:

{ loggedIn: true,
  accountType: 'S',
  id: 1105043,
  surname: 'ZAUSA',
  name: 'GIULIO',
  class: '5C' }
0.3.0

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago