max-pub / pharma.dart

Home Page:https://git.max.pub/PharmaInfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PharmaInfo

Initialization

pub get to update dependencies

Command Line Interface

dart main.dart de amoxicillin
-> result

Web Server

dart main.dart 8080
http://localhost:8080/de/amoxicillin
-> result

Test

dart test.dart
compares web-results with templates in "test"-folder
should all pass

Documentation

http://git.max.pub/PharmaInfo/doc/api/

Result

{
        "INN": "amoxicillin",
        "tradeNames": [],
        "ATC": [
                "J01CA04"
        ],
        "CAS": [
                "26787-78-0",
                "61336-70-7",
                "34642-77-8"
        ],
        "formula": "C16H19N3O5S"
}

About

https://git.max.pub/PharmaInfo


Languages

Language:HTML 79.1%Language:CSS 9.6%Language:Dart 6.0%Language:JavaScript 5.4%