This package has been deprecated

Author message:

Renamed to third-gen-web-util

third-gen-spec-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

3GPP Spec List Retriever

Installation

npm i third-gen-spec-list

Usage

Source Code

import * as spec from 'third-gen-spec-list';
spec.GetList('36.331', (err, list) => {
    if (err) {
        console.log(err);
    } else {
        console.log(list);
    }
});

Command line

node getList 36.331

Output

[
  {
    "name": "36331-100.zip",
    "type": "-",
    "size": 184709,
    "date": "2007-12-10T23:00:00.000Z"
  },
  // omitted bunch of items
  {
    "name": "36331-f30.zip",
    "type": "-",
    "size": 2008689,
    "date": "2018-09-27T13:07:00.000Z"
  }
]

Readme

Keywords

none

Package Sidebar

Install

npm i third-gen-spec-list

Weekly Downloads

0

Version

1.0.3

License

GPL-3.0

Unpacked Size

40 kB

Total Files

10

Last publish

Collaborators

  • gsongsong