@rondinif/phytojs - express API endpoint example

node v10.24.1
version: 1.0.0
endpointsharetweet
const express = require("@runkit/runkit/express-endpoint/1.0.0") const phytojs = require("@rondinif/phytojs/umd/phyto"); const fetch = require('isomorphic-fetch'); const phyto = new phytojs.Phyto(fetch); // , config, log); const app = express(module.exports) app.get("/", (req, res) => res.send("Welcome to PhytoJs API example; you should specify the vernacular name to resolve. for example try /rosmarino")) app.get("/:name", (req, res) => { const vernacular = req.params.name || req.query.name || (req.body && req.body.name); phyto.resolvedPlantsByName(vernacular).then(async response => { res.end(JSON.stringify(response)); }).catch(error => { console.error(`generic error: ${error} \n searching for ${vernacular || 'nothing'}`) }); })
Loading…

2 comments

  • posted 5 years ago by rondinif
    $ curl -s https://untitled-wl630wvbxc6b.runkit.sh/menta | jq { "name": "menta", "plants": [ { "wdEntityId": "Q47859", "wdPageId": 49918, "wdSnippet": "genus of plants", "scientificName": "Mentha", "taxonRankId": "http://www.wikidata.org/entity/Q34740", "taxonRankLabel": "genus", "specieArticle": "https://species.wikimedia.org/wiki/Mentha", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20longifolia%202005.08.02%2009.53.56.jpg" }, { "wdEntityId": "Q156037", "wdPageId": 157192, "wdSnippet": "species of plant (peppermint)", "scientificName": "Mentha Ă—piperita", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_%C3%97_piperita", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20%C3%97%20piperita%20-%20K%C3%B6hler%E2%80%93s%20Medizinal-Pflanzen-095.jpg" }, { "wdEntityId": "Q160585", "wdPageId": 161467, "wdSnippet": "species of plant", "scientificName": "Mentha arvensis", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_arvensis", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20arvensis%202005.08.28%2009.49.00.jpg" }, { "wdEntityId": "Q161232", "wdPageId": 162095, "wdSnippet": "species of plant", "scientificName": "Mentha aquatica", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_aquatica", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20aquatica%2002.jpg" }, { "wdEntityId": "Q161924", "wdPageId": 162751, "wdSnippet": "species of plant", "scientificName": "Mentha longifolia", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_longifolia", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20longifolia%202005.08.02%2009.53.56.jpg" }, { "wdEntityId": "Q160114", "wdPageId": 161009, "wdSnippet": "species of plant", "scientificName": "Mentha spicata (Hierbabuena)", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_spicata", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Minze.jpg" }, { "wdEntityId": "Q158892", "wdPageId": 159855, "wdSnippet": "species of plant", "scientificName": "Mentha suaveolens", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_suaveolens", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Apple%20mint%20plant.jpg" }, { "wdEntityId": "Q161139", "wdPageId": 162005, "wdSnippet": "species of plant", "scientificName": "Nepeta cataria", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Nepeta_cataria", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Catnip%20flowers.jpg" }, { "wdEntityId": "Q1264088", "wdPageId": 1204822, "wdSnippet": "species of plant", "scientificName": "Agastache foeniculum", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Agastache_foeniculum", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Agastace%20foeniculum%20WPC.jpg" }, { "wdEntityId": "Q2359202", "wdPageId": 2279335, "wdSnippet": "species of plant", "scientificName": "Plectranthus amboinicus", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Plectranthus_amboinicus", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/IndianBorage.jpeg" }, { "wdEntityId": "Q1897366", "wdPageId": 1827467, "wdSnippet": "species of plant", "scientificName": "Agastache mexicana", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Agastache_mexicana", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/AgastacheMexicana.jpg" }, { "wdEntityId": "Q1195985", "wdPageId": 1139622, "wdSnippet": "species of plant", "scientificName": "Agastache rugosa", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Agastache_rugosa", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Agastache%20rugosa.jpg" }, { "wdEntityId": "Q2607185", "wdPageId": 2514975, "wdSnippet": "species of plant", "scientificName": "Mentha citrata", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20x%20piperita%20var.%20citrata%20%27Eau%20de%20Cologne%20Mint%27%20%28Labatae%29%20flower.JPG" }, { "wdEntityId": "Q7250962", "wdPageId": 7154527, "wdSnippet": "species of plant", "scientificName": "Prostanthera incisa", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Prostanthera_incisa", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Prostanthera%20incisa.JPG" } ] }
  • posted 5 years ago by rondinif
    $ curl -s https://untitled-wl630wvbxc6b.runkit.sh/mint | jq { "name": "mint", "plants": [ { "wdEntityId": "Q47859", "wdPageId": 49918, "wdSnippet": "genus of plants", "scientificName": "Mentha", "taxonRankId": "http://www.wikidata.org/entity/Q34740", "taxonRankLabel": "genus", "specieArticle": "https://species.wikimedia.org/wiki/Mentha", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20longifolia%202005.08.02%2009.53.56.jpg" }, { "wdEntityId": "Q160585", "wdPageId": 161467, "wdSnippet": "species of plant", "scientificName": "Mentha arvensis", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_arvensis", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20arvensis%202005.08.28%2009.49.00.jpg" }, { "wdEntityId": "Q161232", "wdPageId": 162095, "wdSnippet": "species of plant", "scientificName": "Mentha aquatica", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_aquatica", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Mentha%20aquatica%2002.jpg" }, { "wdEntityId": "Q160114", "wdPageId": 161009, "wdSnippet": "species of plant", "scientificName": "Mentha spicata (Hierbabuena)", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_spicata", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Minze.jpg" }, { "wdEntityId": "Q599870", "wdPageId": 564547, "wdSnippet": "Tall upright marigold plant from the genus Tagetes", "scientificName": "Tagetes minuta", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Tagetes_minuta", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Tagetes%20minuta%20flower.jpg" }, { "wdEntityId": "Q148396", "wdPageId": 149949, "wdSnippet": "lemon balm, a species of plant", "scientificName": "Melissa officinalis", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Melissa_officinalis", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Melissa%20officinalis2.jpg" }, { "wdEntityId": "Q161139", "wdPageId": 162005, "wdSnippet": "species of plant", "scientificName": "Nepeta cataria", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Nepeta_cataria", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Catnip%20flowers.jpg" }, { "wdEntityId": "Q65556563", "wdPageId": 65186298, "wdSnippet": "Variety of plant in the family Lamiaceae", "scientificName": "Mentha aquatica var. citrata", "taxonRankId": "http://www.wikidata.org/entity/Q767728", "taxonRankLabel": "variety" }, { "wdEntityId": "Q158892", "wdPageId": 159855, "wdSnippet": "species of plant", "scientificName": "Mentha suaveolens", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Mentha_suaveolens", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Apple%20mint%20plant.jpg" }, { "wdEntityId": "Q13714507", "wdPageId": 15368581, "wdSnippet": "species of plant in the <span class=\"searchmatch\">mint</span> family, Lamiaceae", "scientificName": "Origanum syriacum", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Origanum_syriacum", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Origanum%20syriacum%20Nachal%20Kziv.JPG" }, { "wdEntityId": "Q5194277", "wdPageId": 4964555, "wdSnippet": "species of plant", "scientificName": "Cunila origanoides", "taxonRankId": "http://www.wikidata.org/entity/Q7432", "taxonRankLabel": "species", "specieArticle": "https://species.wikimedia.org/wiki/Cunila_origanoides", "image": "http://commons.wikimedia.org/wiki/Special:FilePath/Cunila%20origanoides%20-%20Wild%20Dittany.jpg" } ] }

sign in to comment