Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Federal election data for Australia from the ABC

Notifications You must be signed in to change notification settings

SwadicalRag/node-au-election

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get fancy australian election data

courtesy of the ABC

installing:

npm install au-election --save

example code:

import getData from "au-election";

getData((err,data) => {
    if(err) {
        console.log("boo hoo");
        return console.trace(err);
    }

    // do shit with data
    // data is an IElectionData object (see interfaces.ts)
});

About

Federal election data for Australia from the ABC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published