alt18

v0.0.1
A simple node.js parser for the Alt18 countdown

Alt 18

A simple node.js library to parse the Alt 18 countdown from the website.

Installation

npm install alt18

Usage

var alt18 = require('alt18');
alt18.fetch(function(err, date, tracks) {
  if (err) {
    return console.error(err);
  }
  console.log(date, tracks);
});
npm i alt18

Metadata

  • BSD
  • Whatever
  • Phips Peter
  • released 10/15/2012

Downloads

Maintainers