instant-system.js

[DRAFTING] A wrapper for the Instant System API used by many local transport companies.

https://github.com/tom-theret/instant-system.js

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.9%) to scientific vocabulary

Keywords

api bus instant-system train tramway transport wrapper
Last synced: 6 months ago · JSON representation ·

Repository

[DRAFTING] A wrapper for the Instant System API used by many local transport companies.

Basic Info
  • Host: GitHub
  • Owner: tom-theret
  • License: gpl-3.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 53.7 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Topics
api bus instant-system train tramway transport wrapper
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Instant-System.JS

A wrapper for the Instant System API used by many local transport companies.

This project is not affiliated with Instant System in any way.

Installation

bash npm install instant-system.js

Usage

```javascript const IS = require('instant-system.js');

IS.default.getNetworkV3(14).then((network) => { console.log(network); }); ```

Acknowledgements

Owner

  • Name: Tom Theret
  • Login: tom-theret
  • Kind: user
  • Location: France

French high school students in the IT sector.

Citation (CITATION.cff)

cff-version: 1.2.0
title: "Instant-System.js"
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Tom
    family-names: Theret
    email: tomnils.theret@gmail.com
    orcid: "https://orcid.org/0009-0005-2999-0153"
repository-code: "https://github.com/tom-theret/instant-system.js"
abstract: >-
  A wrapper for the Instant System API used by many local transport companies.
keywords:
  - api
  - bus
  - instant-system
  - tramway
  - train
  - transport
  - wrapper
license: GPL-3.0
references:
  - type: dataset
    title: "Instant-System API"
    abstract: "Documentation for the Instant System API used by many public transport networks."
    authors:
      - name: zdimension
    repository-code: "https://github.com/zdimension/instant-system-api"
    license: MIT

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 28
  • Total Committers: 1
  • Avg Commits per committer: 28.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Tom Theret t****t@g****m 28

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • tom-theret (6)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 5 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
npmjs.org: instant-system.js

A wrapper for the Instant System API used by many local transport companies.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5 Last month
Rankings
Downloads: 15.3%
Dependent repos count: 26.0%
Average: 26.4%
Dependent packages count: 37.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
package-lock.json npm
  • 121 dependencies
package.json npm
  • @eslint/js ^9.8.0 development
  • eslint ^9.8.0 development
  • globals ^15.9.0 development
  • typescript-eslint ^8.0.1 development
  • @types/node ^22.1.0
  • typescript ^5.5.4