Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Ports: V1 features for initial ports (Java, Ruby, Node)

No due date 50% complete

Complete the following for Ruby, Node, and Java ports:

  • Simple API with:
  • Simple detection (language code only). Best effort that ignores the is_reliable flag.
  • Detailed detection API with:
    • Probable language information (code, name, is_reliable)
    • Other possible language results (percentage, normalized score, language code/name)
  • API documentation appropria…

Complete the following for Ruby, Node, and Java ports:

  • Simple API with:
  • Simple detection (language code only). Best effort that ignores the is_reliable flag.
  • Detailed detection API with:
    • Probable language information (code, name, is_reliable)
    • Other possible language results (percentage, normalized score, language code/name)
  • API documentation appropriate to the platform
  • JavaDoc, RDoc, JSDoc(?)
  • Package appropriate to the platform
  • Java jar/maven; Ruby gem; Node npm
Loading