OpenSourceMalaria / OSM_To_Do_List

Action Items in the Open Source Malaria Consortium
82 stars 13 forks source link

Retrieving the data from the spreadsheet for script and webservice #331

Closed lpatiny closed 8 years ago

lpatiny commented 8 years ago

It would be nice to get the information from the google docs directly from a script and webservice.

We should also be able to retrieve molfile and predicted values for further processing.

lpatiny commented 8 years ago

A first project has been down allowing to retrieve the information directly from a node or iojs application thanks for a npm module.

https://www.npmjs.com/package/osm-lookup

Here is an exemple of the code required to retrieve some information from the google spreadsheet

https://github.com/cheminfo/osm-lookup/blob/master/test.js

drc007 commented 8 years ago

Looks interesting, will have to have a look in more detail

Chris

On 21 Jul 2015, at 15:22, lpatiny notifications@github.com wrote:

A first project has been down allowing to retrieve the information directly from a node or iojs application thanks for a npm module.

https://www.npmjs.com/package/osm-lookup https://www.npmjs.com/package/osm-lookup Here is an exemple of the code required to retrieve some information from the google spreadsheet

https://github.com/cheminfo/osm-lookup/blob/master/test.js https://github.com/cheminfo/osm-lookup/blob/master/test.js — Reply to this email directly or view it on GitHub https://github.com/OpenSourceMalaria/OSM_To_Do_List/issues/331#issuecomment-123331417.

lpatiny commented 8 years ago

Webservice are available from the following links (they could change in the future ...)

Retrieve all the info as a JSON: http://nodejs.epfl.ch/osmLookup

Retrieve all the info for a specific entry as a JSON

Retrieve a specific field (you may use any of the column names)